#BBC3DE

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

Shades of Periwinkle #BBC3DE

Tints of Periwinkle #BBC3DE

Color information

#BBC3DE (or 0xBBC3DE) is unknown color: approx Periwinkle. HEX triplet: BB, C3 and DE. RGB value is (187,195,222). Sum of RGB (Red+Green+Blue) = 187+195+222=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DE is #443C21. Grayscale: #C3C3C3. Windows color (decimal): -4471842 or 14599099. OLE color: 14599099.

HSL color Cylindrical-coordinate representation of color #BBC3DE: hue angle of 226.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC3DE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187195222-
CMYK0.160.1200.13
HSL226.29º34.65%80.2%-
HSV(B)226.29º15.77%87.06%-
XYZ53.1954.8776.89-
YUV195.69142.85121.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 195 (76.56% from 255) = 32.28%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=30.96%
G=32.28%
B=36.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871952220.160.1200.13226.2934.6580.2
HexBBC3DE10C0De22350
Octal273303336201401534243120
Binary10111011110000111101111010000110001101111000101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3DE; }

 p { color: rgb(187,195,222); }

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

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

 a { background-color: rgb(187,195,222); }

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

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

 span { border-color: rgb(187,195,222); }

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