#BBCAE2

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

Shades of Periwinkle #BBCAE2

Tints of Periwinkle #BBCAE2

Color information

#BBCAE2 (or 0xBBCAE2) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E2. RGB value is (187,202,226). Sum of RGB (Red+Green+Blue) = 187+202+226=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE2 is #44351D. Grayscale: #C8C8C8. Windows color (decimal): -4470046 or 14863035. OLE color: 14863035.

HSL color Cylindrical-coordinate representation of color #BBCAE2: hue angle of 216.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCAE2 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187202226-
CMYK0.170.1100.11
HSL216.92º40.21%80.98%-
HSV(B)216.92º17.26%88.63%-
XYZ55.3458.380.29-
YUV200.25142.53118.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=30.41%
G=32.85%
B=36.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872022260.170.1100.11216.9240.2180.98
HexBBCAE211B0Bd92851
Octal273312342211301333150121
Binary10111011110010101110001010001101101011110110011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE2; }

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

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

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

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

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

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

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

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