Html Css Color HEX #BACAE8 Periwinkle

📋 copy color: '#BACAE8'

red 186 ◦ green 202 ◦ blue 232

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

Shades of Periwinkle #BACAE8

Tints of Periwinkle #BACAE8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.58%

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

R = 30%
G = 32.58%
B = 37.42%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BACAE8 (or 0xBACAE8) is known color: Periwinkle. HEX triplet: BA, CA and E8. RGB value is (186,202,232). Sum of RGB (Red+Green+Blue) = 186+202+232=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #BACAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAE8 is #453517. Grayscale: #C8C8C8. Windows color (decimal): -4535576 or 15256250. OLE color: 15256250.

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

Color convert

RGB 186 202 232 -
CMYK 0.20 0.13 0 0.09
HSL 219.13º 0.5% 0.82% -
HSV(B) 219.13º 0.2% 0.91% -
XYZ 55.94 58.51 84.69 -
YUV 200.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 186 202 232 0.20 0.13 0 0.09 219.13 0.5 0.82
Hex BA CA E8 14 D 0 9 DB 32 52
Octal 272 312 350 24 15 0 11 333 62 122
Binary 10111010 11001010 11101000 10100 1101 0 1001 11011011 110010 1010010

Color Harmonies of #BACAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAE8

Black with #BACAE8

Text Example


Text Example

White with #BACAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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