#B1CBDC

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

Shades of Spindle #B1CBDC

Tints of Spindle #B1CBDC

Color information

#B1CBDC (or 0xB1CBDC) is unknown color: approx Spindle. HEX triplet: B1, CB and DC. RGB value is (177,203,220). Sum of RGB (Red+Green+Blue) = 177+203+220=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDC is #4E3423. Grayscale: #C5C5C5. Windows color (decimal): -5125156 or 14470065. OLE color: 14470065.

HSL color Cylindrical-coordinate representation of color #B1CBDC: hue angle of 203.72º degrees, saturation: 0.38, 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 #B1CBDC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177203220-
CMYK0.200.0800.14
HSL203.72º38.05%77.84%-
HSV(B)203.72º19.55%86.27%-
XYZ52.4157.2375.99-
YUV197.16140.89113.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.5%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=29.5%
G=33.83%
B=36.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772032200.200.0800.14203.7238.0577.84
HexB1CBDC1480Ecc264e
Octal261313334241001631446116
Binary10110001110010111101110010100100001110110011001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBDC; }

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

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

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

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

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

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

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

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