#BBCAEB

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

Shades of Periwinkle #BBCAEB

Tints of Periwinkle #BBCAEB

Color information

#BBCAEB (or 0xBBCAEB) is unknown color: approx Periwinkle. HEX triplet: BB, CA and EB. RGB value is (187,202,235). Sum of RGB (Red+Green+Blue) = 187+202+235=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAEB is #443514. Grayscale: #C9C9C9. Windows color (decimal): -4470037 or 15452859. OLE color: 15452859.

HSL color Cylindrical-coordinate representation of color #BBCAEB: hue angle of 221.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCAEB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187202235-
CMYK0.200.1400.08
HSL221.25º54.55%82.75%-
HSV(B)221.25º20.43%92.16%-
XYZ56.6158.886.96-
YUV201.28147.03117.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=29.97%
G=32.37%
B=37.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872022350.200.1400.08221.2554.5582.75
HexBBCAEB14E08dd3753
Octal273312353241601033567123
Binary10111011110010101110101110100111001000110111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAEB; }

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

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

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

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

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

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

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

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