#BBC2EB

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

Shades of Periwinkle #BBC2EB

Tints of Periwinkle #BBC2EB

Color information

#BBC2EB (or 0xBBC2EB) is unknown color: approx Periwinkle. HEX triplet: BB, C2 and EB. RGB value is (187,194,235). Sum of RGB (Red+Green+Blue) = 187+194+235=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EB is #443D14. Grayscale: #C4C4C4. Windows color (decimal): -4472085 or 15450811. OLE color: 15450811.

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

Color convert

RGB187194235-
CMYK0.200.1700.08
HSL231.25º54.55%82.75%-
HSV(B)231.25º20.43%92.16%-
XYZ54.7855.1586.35-
YUV196.58149.68121.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=30.36%
G=31.49%
B=38.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871942350.200.1700.08231.2554.5582.75
HexBBC2EB141108e73753
Octal273302353242101034767123
Binary101110111100001011101011101001000101000111001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2EB; }

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

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

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

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

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

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

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

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