#BBCAE5

Color #BBCAE5 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BBCAE5

Tints of Periwinkle #BBCAE5

Color information

#BBCAE5 (or 0xBBCAE5) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E5. RGB value is (187,202,229). Sum of RGB (Red+Green+Blue) = 187+202+229=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE5 is #44351A. Grayscale: #C8C8C8. Windows color (decimal): -4470043 or 15059643. OLE color: 15059643.

HSL color Cylindrical-coordinate representation of color #BBCAE5: hue angle of 218.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCAE5 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187202229-
CMYK0.180.1200.10
HSL218.57º44.68%81.57%-
HSV(B)218.57º18.34%89.8%-
XYZ55.7658.4682.47-
YUV200.59144.03118.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=30.26%
G=32.69%
B=37.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872022290.180.1200.10218.5744.6881.57
HexBBCAE512C0Adb2d52
Octal273312345221401233355122
Binary10111011110010101110010110010110001010110110111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE5; }

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

 H1.HeaderClassName
 {
   color: #BBCAE5;
 }
 .AnyTagClassName
 {
   color: #BBCAE5;
 }
</style>
background-color css

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

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

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

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

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

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