#B5CCDB

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

Shades of Spindle #B5CCDB

Tints of Spindle #B5CCDB

Color information

#B5CCDB (or 0xB5CCDB) is unknown color: approx Spindle. HEX triplet: B5, CC and DB. RGB value is (181,204,219). Sum of RGB (Red+Green+Blue) = 181+204+219=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCDB is #4A3324. Grayscale: #C6C6C6. Windows color (decimal): -4862757 or 14404789. OLE color: 14404789.

HSL color Cylindrical-coordinate representation of color #B5CCDB: hue angle of 203.68º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CCDB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181204219-
CMYK0.170.0700.14
HSL203.68º34.55%78.43%-
HSV(B)203.68º17.35%85.88%-
XYZ53.4458.1275.42-
YUV198.83139.38115.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=29.97%
G=33.77%
B=36.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812042190.170.0700.14203.6834.5578.43
HexB5CCDB1170Ecc234e
Octal26531433321701631443116
Binary1011010111001100110110111000111101110110011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCDB; }

 p { color: rgb(181,204,219); }

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

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

 a { background-color: rgb(181,204,219); }

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

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

 span { border-color: rgb(181,204,219); }

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