#BBC8EB

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

Shades of Periwinkle #BBC8EB

Tints of Periwinkle #BBC8EB

Color information

#BBC8EB (or 0xBBC8EB) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and EB. RGB value is (187,200,235). Sum of RGB (Red+Green+Blue) = 187+200+235=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EB is #443714. Grayscale: #C7C7C7. Windows color (decimal): -4470549 or 15452347. OLE color: 15452347.

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

Color convert

RGB187200235-
CMYK0.200.1500.08
HSL223.75º54.55%82.75%-
HSV(B)223.75º20.43%92.16%-
XYZ56.1457.8786.81-
YUV200.1147.69118.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=30.06%
G=32.15%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872002350.200.1500.08223.7554.5582.75
HexBBC8EB14F08e03753
Octal273310353241701034067123
Binary10111011110010001110101110100111101000111000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8EB; }

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

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

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

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

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

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

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

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