#B1CDDE

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

Shades of Spindle #B1CDDE

Tints of Spindle #B1CDDE

Color information

#B1CDDE (or 0xB1CDDE) is unknown color: approx Spindle. HEX triplet: B1, CD and DE. RGB value is (177,205,222). Sum of RGB (Red+Green+Blue) = 177+205+222=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDDE is #4E3221. Grayscale: #C6C6C6. Windows color (decimal): -5124642 or 14601649. OLE color: 14601649.

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

Color convert

RGB177205222-
CMYK0.200.0800.13
HSL202.67º40.54%78.24%-
HSV(B)202.67º20.27%87.06%-
XYZ53.1558.2877.56-
YUV198.57141.22112.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=29.30%
G=33.94%
B=36.75%

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
Decimal1772052220.200.0800.13202.6740.5478.24
HexB1CDDE1480Dcb294e
Octal261315336241001531351116
Binary10110001110011011101111010100100001101110010111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDDE; }

 p { color: rgb(177,205,222); }

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

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

 a { background-color: rgb(177,205,222); }

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

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

 span { border-color: rgb(177,205,222); }

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