#B6CBDD

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

Shades of Spindle #B6CBDD

Tints of Spindle #B6CBDD

Color information

#B6CBDD (or 0xB6CBDD) is unknown color: approx Spindle. HEX triplet: B6, CB and DD. RGB value is (182,203,221). Sum of RGB (Red+Green+Blue) = 182+203+221=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBDD is #493422. Grayscale: #C6C6C6. Windows color (decimal): -4797475 or 14535606. OLE color: 14535606.

HSL color Cylindrical-coordinate representation of color #B6CBDD: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6CBDD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182203221-
CMYK0.180.0800.13
HSL207.69º36.45%79.02%-
HSV(B)207.69º17.65%86.67%-
XYZ53.757.8876.75-
YUV198.77140.54116.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=30.03%
G=33.50%
B=36.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822032210.180.0800.13207.6936.4579.02
HexB6CBDD1280Dd0244f
Octal266313335221001532044117
Binary10110110110010111101110110010100001101110100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBDD; }

 p { color: rgb(182,203,221); }

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

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

 a { background-color: rgb(182,203,221); }

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

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

 span { border-color: rgb(182,203,221); }

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