#BBCDEA

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

Shades of Periwinkle #BBCDEA

Tints of Periwinkle #BBCDEA

Color information

#BBCDEA (or 0xBBCDEA) is unknown color: approx Periwinkle. HEX triplet: BB, CD and EA. RGB value is (187,205,234). Sum of RGB (Red+Green+Blue) = 187+205+234=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDEA is #443215. Grayscale: #CACACA. Windows color (decimal): -4469270 or 15388091. OLE color: 15388091.

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

Color convert

RGB187205234-
CMYK0.200.1200.08
HSL217.02º52.81%82.55%-
HSV(B)217.02º20.09%91.76%-
XYZ57.1860.1786.44-
YUV202.92145.54116.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=29.87%
G=32.75%
B=37.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872052340.200.1200.08217.0252.8182.55
HexBBCDEA14C08d93553
Octal273315352241401033165123
Binary10111011110011011110101010100110001000110110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDEA; }

 p { color: rgb(187,205,234); }

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

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

 a { background-color: rgb(187,205,234); }

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

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

 span { border-color: rgb(187,205,234); }

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