#BBCAE3

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

Shades of Periwinkle #BBCAE3

Tints of Periwinkle #BBCAE3

Color information

#BBCAE3 (or 0xBBCAE3) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E3. RGB value is (187,202,227). Sum of RGB (Red+Green+Blue) = 187+202+227=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE3 is #44351C. Grayscale: #C8C8C8. Windows color (decimal): -4470045 or 14928571. OLE color: 14928571.

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

Color convert

RGB187202227-
CMYK0.180.1100.11
HSL217.5º41.67%81.18%-
HSV(B)217.5º17.62%89.02%-
XYZ55.4858.3581.01-
YUV200.36143.03118.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=30.36%
G=32.79%
B=36.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872022270.180.1100.11217.541.6781.18
HexBBCAE312B0Bda2a51
Octal273312343221301333252121
Binary10111011110010101110001110010101101011110110101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE3; }

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

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

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

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

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

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

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

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