#B5CCDC

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

Shades of Spindle #B5CCDC

Tints of Spindle #B5CCDC

Color information

#B5CCDC (or 0xB5CCDC) is unknown color: approx Spindle. HEX triplet: B5, CC and DC. RGB value is (181,204,220). Sum of RGB (Red+Green+Blue) = 181+204+220=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCDC is #4A3323. Grayscale: #C6C6C6. Windows color (decimal): -4862756 or 14470325. OLE color: 14470325.

HSL color Cylindrical-coordinate representation of color #B5CCDC: hue angle of 204.62º 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 #B5CCDC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181204220-
CMYK0.180.0700.14
HSL204.62º35.78%78.63%-
HSV(B)204.62º17.73%86.27%-
XYZ53.5758.1876.12-
YUV198.95139.88115.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=29.92%
G=33.72%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812042200.180.0700.14204.6235.7878.63
HexB5CCDC1270Ecd244f
Octal26531433422701631544117
Binary1011010111001100110111001001011101110110011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCDC; }

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

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

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

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

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

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

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

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