#BBC4EB

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

Shades of Periwinkle #BBC4EB

Tints of Periwinkle #BBC4EB

Color information

#BBC4EB (or 0xBBC4EB) is unknown color: approx Periwinkle. HEX triplet: BB, C4 and EB. RGB value is (187,196,235). Sum of RGB (Red+Green+Blue) = 187+196+235=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4EB is #443B14. Grayscale: #C5C5C5. Windows color (decimal): -4471573 or 15451323. OLE color: 15451323.

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

Color convert

RGB187196235-
CMYK0.200.1700.08
HSL228.75º54.55%82.75%-
HSV(B)228.75º20.43%92.16%-
XYZ55.2356.0486.5-
YUV197.75149.02120.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=30.26%
G=31.72%
B=38.03%

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
Decimal1871962350.200.1700.08228.7554.5582.75
HexBBC4EB141108e53753
Octal273304353242101034567123
Binary101110111100010011101011101001000101000111001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4EB; }

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

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

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

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

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

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

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

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