#BBC4ED

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

Shades of Periwinkle #BBC4ED

Tints of Periwinkle #BBC4ED

Color information

#BBC4ED (or 0xBBC4ED) is unknown color: approx Periwinkle. HEX triplet: BB, C4 and ED. RGB value is (187,196,237). Sum of RGB (Red+Green+Blue) = 187+196+237=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4ED is #443B12. Grayscale: #C5C5C5. Windows color (decimal): -4471571 or 15582395. OLE color: 15582395.

HSL color Cylindrical-coordinate representation of color #BBC4ED: hue angle of 229.2º 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 #BBC4ED is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187196237-
CMYK0.210.1700.07
HSL229.2º58.14%83.14%-
HSV(B)229.2º21.1%92.94%-
XYZ55.5256.1688.03-
YUV197.98150.02120.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=30.16%
G=31.61%
B=38.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871962370.210.1700.07229.258.1483.14
HexBBC4ED151107e53a53
Octal27330435525210734572123
Binary10111011110001001110110110101100010111111001011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4ED; }

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

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

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

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

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

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

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

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