#B0CBDC

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

Shades of Spindle #B0CBDC

Tints of Spindle #B0CBDC

Color information

#B0CBDC (or 0xB0CBDC) is unknown color: approx Spindle. HEX triplet: B0, CB and DC. RGB value is (176,203,220). Sum of RGB (Red+Green+Blue) = 176+203+220=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDC is #4F3423. Grayscale: #C4C4C4. Windows color (decimal): -5190692 or 14470064. OLE color: 14470064.

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

Color convert

RGB176203220-
CMYK0.20.0800.14
HSL203.18º38.6%77.65%-
HSV(B)203.18º20%86.27%-
XYZ52.1857.1175.98-
YUV196.86141.05113.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=29.38%
G=33.89%
B=36.73%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762032200.20.0800.14203.1838.677.65
HexB0CBDC1480Ecb274e
Octal260313334241001631347116
Binary10110000110010111101110010100100001110110010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBDC; }

 p { color: rgb(176,203,220); }

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

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

 a { background-color: rgb(176,203,220); }

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

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

 span { border-color: rgb(176,203,220); }

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