#BBCCED

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

Shades of Periwinkle #BBCCED

Tints of Periwinkle #BBCCED

Color information

#BBCCED (or 0xBBCCED) is unknown color: approx Periwinkle. HEX triplet: BB, CC and ED. RGB value is (187,204,237). Sum of RGB (Red+Green+Blue) = 187+204+237=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCED is #443312. Grayscale: #CACACA. Windows color (decimal): -4469523 or 15584443. OLE color: 15584443.

HSL color Cylindrical-coordinate representation of color #BBCCED: hue angle of 219.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCCED is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187204237-
CMYK0.210.1400.07
HSL219.6º58.14%83.14%-
HSV(B)219.6º21.1%92.94%-
XYZ57.3759.8688.65-
YUV202.68147.37116.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=29.78%
G=32.48%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872042370.210.1400.07219.658.1483.14
HexBBCCED15E07dc3a53
Octal27331435525160733472123
Binary1011101111001100111011011010111100111110111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCED; }

 p { color: rgb(187,204,237); }

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

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

 a { background-color: rgb(187,204,237); }

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

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

 span { border-color: rgb(187,204,237); }

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