Html Css Color HEX #BACCE8 Periwinkle

📋 copy color: '#BACCE8'

red 186 ◦ green 204 ◦ blue 232

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

Shades of Periwinkle #BACCE8

Tints of Periwinkle #BACCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.8%

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

R = 29.9%
G = 32.8%
B = 37.3%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BACCE8 (or 0xBACCE8) is known color: Periwinkle. HEX triplet: BA, CC and E8. RGB value is (186,204,232). Sum of RGB (Red+Green+Blue) = 186+204+232=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #BACCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCE8 is #453317. Grayscale: #C9C9C9. Windows color (decimal): -4535064 or 15256762. OLE color: 15256762.

HSL color Cylindrical-coordinate representation of color #BACCE8: hue angle of 216.52º 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 #BACCE8 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 204 232 -
CMYK 0.20 0.12 0 0.09
HSL 216.52º 0.5% 0.82% -
HSV(B) 216.52º 0.2% 0.91% -
XYZ 56.41 59.45 84.85 -
YUV 201.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 186 204 232 0.20 0.12 0 0.09 216.52 0.5 0.82
Hex BA CC E8 14 C 0 9 D9 32 52
Octal 272 314 350 24 14 0 11 331 62 122
Binary 10111010 11001100 11101000 10100 1100 0 1001 11011001 110010 1010010

Color Harmonies of #BACCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE8

Black with #BACCE8

Text Example


Text Example

White with #BACCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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