Html Css Color HEX #BBCAE8 Periwinkle

📋 copy color: '#BBCAE8'

red 187 ◦ green 202 ◦ blue 232

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

Shades of Periwinkle #BBCAE8

Tints of Periwinkle #BBCAE8

RGB

 RED value IS 187 (73.44% from 255) = 30.11%

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

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

R = 30.11%
G = 32.53%
B = 37.36%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBCAE8 (or 0xBBCAE8) is known color: Periwinkle. HEX triplet: BB, CA and E8. RGB value is (187,202,232). Sum of RGB (Red+Green+Blue) = 187+202+232=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAE8 is #443517. Grayscale: #C8C8C8. Windows color (decimal): -4470040 or 15256251. OLE color: 15256251.

HSL color Cylindrical-coordinate representation of color #BBCAE8: hue angle of 220º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCAE8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 202 232 -
CMYK 0.19 0.13 0 0.09
HSL 220º 0.49% 0.82% -
HSV(B) 220º 0.19% 0.91% -
XYZ 56.18 58.63 84.7 -
YUV 200.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 187 202 232 0.19 0.13 0 0.09 220 0.49 0.82
Hex BB CA E8 13 D 0 9 DC 31 52
Octal 273 312 350 23 15 0 11 334 61 122
Binary 10111011 11001010 11101000 10011 1101 0 1001 11011100 110001 1010010

Color Harmonies of #BBCAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAE8

Black with #BBCAE8

Text Example


Text Example

White with #BBCAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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