#B5C9DC

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

Shades of Spindle #B5C9DC

Tints of Spindle #B5C9DC

Color information

#B5C9DC (or 0xB5C9DC) is unknown color: approx Spindle. HEX triplet: B5, C9 and DC. RGB value is (181,201,220). Sum of RGB (Red+Green+Blue) = 181+201+220=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9DC is #4A3623. Grayscale: #C5C5C5. Windows color (decimal): -4863524 or 14469557. OLE color: 14469557.

HSL color Cylindrical-coordinate representation of color #B5C9DC: hue angle of 209.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5C9DC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181201220-
CMYK0.180.0900.14
HSL209.23º35.78%78.63%-
HSV(B)209.23º17.73%86.27%-
XYZ52.8656.7675.88-
YUV197.19140.87116.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=30.07%
G=33.39%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812012200.180.0900.14209.2335.7878.63
HexB5C9DC1290Ed1244f
Octal265311334221101632144117
Binary10110101110010011101110010010100101110110100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C9DC; }

 p { color: rgb(181,201,220); }

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

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

 a { background-color: rgb(181,201,220); }

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

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

 span { border-color: rgb(181,201,220); }

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