#B1CCDD

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

Shades of Spindle #B1CCDD

Tints of Spindle #B1CCDD

Color information

#B1CCDD (or 0xB1CCDD) is unknown color: approx Spindle. HEX triplet: B1, CC and DD. RGB value is (177,204,221). Sum of RGB (Red+Green+Blue) = 177+204+221=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCDD is #4E3322. Grayscale: #C5C5C5. Windows color (decimal): -5124899 or 14535857. OLE color: 14535857.

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

Color convert

RGB177204221-
CMYK0.200.0800.13
HSL203.18º39.29%78.04%-
HSV(B)203.18º19.91%86.67%-
XYZ52.7857.7576.77-
YUV197.86141.05113.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=29.40%
G=33.89%
B=36.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772042210.200.0800.13203.1839.2978.04
HexB1CCDD1480Dcb274e
Octal261314335241001531347116
Binary10110001110011001101110110100100001101110010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCDD; }

 p { color: rgb(177,204,221); }

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

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

 a { background-color: rgb(177,204,221); }

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

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

 span { border-color: rgb(177,204,221); }

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