#bbc1e0

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

Shades of Periwinkle #BBC1E0

Tints of Periwinkle #BBC1E0

Color information

#BBC1E0 (or 0xBBC1E0) is unknown color: approx Periwinkle. HEX triplet: BB, C1 and E0. RGB value is (187,193,224). Sum of RGB (Red+Green+Blue) = 187+193+224=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1E0 is #443E1F. Grayscale: #C2C2C2. Windows color (decimal): -4472352 or 14729659. OLE color: 14729659.

HSL color Cylindrical-coordinate representation of color #BBC1E0: hue angle of 230.27º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC1E0 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187193224-
CMYK0.170.1400.12
HSL230.27º37.37%80.59%-
HSV(B)230.27º16.52%87.84%-
XYZ53.0254.0978.17-
YUV194.74144.51122.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=30.96%
G=31.95%
B=37.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871932240.170.1400.12230.2737.3780.59
HexBBC1E011E0Ce62551
Octal273301340211601434645121
Binary10111011110000011110000010001111001100111001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc1e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc1e0; }

 p { color: rgb(187,193,224); }

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

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

 a { background-color: rgb(187,193,224); }

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

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

 span { border-color: rgb(187,193,224); }

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