Html Css Color HEX #BAC6E8 Periwinkle

📋 copy color: '#BAC6E8'

red 186 ◦ green 198 ◦ blue 232

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

Shades of Periwinkle #BAC6E8

Tints of Periwinkle #BAC6E8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.14%

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 30.19%
G = 32.14%
B = 37.66%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAC6E8 (or 0xBAC6E8) is known color: Periwinkle. HEX triplet: BA, C6 and E8. RGB value is (186,198,232). Sum of RGB (Red+Green+Blue) = 186+198+232=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6E8 is #453917. Grayscale: #C6C6C6. Windows color (decimal): -4536600 or 15255226. OLE color: 15255226.

HSL color Cylindrical-coordinate representation of color #BAC6E8: hue angle of 224.35º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC6E8 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 198 232 -
CMYK 0.20 0.15 0 0.09
HSL 224.35º 0.5% 0.82% -
HSV(B) 224.35º 0.2% 0.91% -
XYZ 55.01 56.65 84.38 -
YUV 198.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 186 198 232 0.20 0.15 0 0.09 224.35 0.5 0.82
Hex BA C6 E8 14 F 0 9 E0 32 52
Octal 272 306 350 24 17 0 11 340 62 122
Binary 10111010 11000110 11101000 10100 1111 0 1001 11100000 110010 1010010

Color Harmonies of #BAC6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6E8

Black with #BAC6E8

Text Example


Text Example

White with #BAC6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6E8; }

 p { color: rgb(186,198,232); }

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

background-color css

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

 a { background-color: rgb(186,198,232); }

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

border-color css

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

 span { border-color: rgb(186,198,232); }

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