#BBCCEB

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

Shades of Periwinkle #BBCCEB

Tints of Periwinkle #BBCCEB

Color information

#BBCCEB (or 0xBBCCEB) is unknown color: approx Periwinkle. HEX triplet: BB, CC and EB. RGB value is (187,204,235). Sum of RGB (Red+Green+Blue) = 187+204+235=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCEB is #443314. Grayscale: #CACACA. Windows color (decimal): -4469525 or 15453371. OLE color: 15453371.

HSL color Cylindrical-coordinate representation of color #BBCCEB: hue angle of 218.75º 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 #BBCCEB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187204235-
CMYK0.200.1300.08
HSL218.75º54.55%82.75%-
HSV(B)218.75º20.43%92.16%-
XYZ57.0859.7587.12-
YUV202.45146.37116.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=29.87%
G=32.59%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872042350.200.1300.08218.7554.5582.75
HexBBCCEB14D08db3753
Octal273314353241501033367123
Binary10111011110011001110101110100110101000110110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCEB; }

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

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

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

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

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

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

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

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