Html Css Color HEX #BAC9F0 Periwinkle

📋 copy color: '#BAC9F0'

red 186 ◦ green 201 ◦ blue 240

#BAC9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BAC9F0

Tints of Periwinkle #BAC9F0

RGB

 RED value IS 186 (73.05% from 255) = 29.67%

 GREEN value IS 201 (78.91% from 255) = 32.06%

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 29.67%
G = 32.06%
B = 38.28%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAC9F0 (or 0xBAC9F0) is known color: Periwinkle. HEX triplet: BA, C9 and F0. RGB value is (186,201,240). Sum of RGB (Red+Green+Blue) = 186+201+240=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9F0 is #45360F. Grayscale: #C8C8C8. Windows color (decimal): -4535824 or 15780282. OLE color: 15780282.

HSL color Cylindrical-coordinate representation of color #BAC9F0: hue angle of 223.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC9F0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 201 240 -
CMYK 0.22 0.16 0 0.06
HSL 223.33º 0.64% 0.84% -
HSV(B) 223.33º 0.23% 0.94% -
XYZ 56.86 58.5 90.73 -
YUV 200.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 186 201 240 0.22 0.16 0 0.06 223.33 0.64 0.84
Hex BA C9 F0 16 10 0 6 DF 40 54
Octal 272 311 360 26 20 0 6 337 100 124
Binary 10111010 11001001 11110000 10110 10000 0 110 11011111 1000000 1010100

Color Harmonies of #BAC9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9F0

Black with #BAC9F0

Text Example


Text Example

White with #BAC9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9F0; }

 p { color: rgb(186,201,240); }

 H1.HeaderClassName
 {
   color: #BAC9F0;
 }
 .AnyTagClassName
 {
   color: #BAC9F0;
 }
</style>

background-color css

<style>
 a { background-color: #BAC9F0; }

 a { background-color: rgb(186,201,240); }

 div.DivClassName
 {
   background-color: #BAC9F0;
 }
 .BgClassName
 {
   background-color: #BAC9F0;
 }
</style>

border-color css

<style>
 span { border-color: #BAC9F0; }

 span { border-color: rgb(186,201,240); }

 td.TdClassName
 {
   border-color: #BAC9F0;
 }
 .TagClassName
 {
   border-color: #BAC9F0;
 }
</style>