#B6CCD8

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

Shades of Spindle #B6CCD8

Tints of Spindle #B6CCD8

Color information

#B6CCD8 (or 0xB6CCD8) is unknown color: approx Spindle. HEX triplet: B6, CC and D8. RGB value is (182,204,216). Sum of RGB (Red+Green+Blue) = 182+204+216=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCD8 is #493327. Grayscale: #C6C6C6. Windows color (decimal): -4797224 or 14208182. OLE color: 14208182.

HSL color Cylindrical-coordinate representation of color #B6CCD8: hue angle of 201.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6CCD8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182204216-
CMYK0.160.0600.15
HSL201.18º30.36%78.04%-
HSV(B)201.18º15.74%84.71%-
XYZ53.2858.0973.37-
YUV198.79137.71116.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.23%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=30.23%
G=33.89%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822042160.160.0600.15201.1830.3678.04
HexB6CCD81060Fc91e4e
Octal26631433020601731136116
Binary101101101100110011011000100001100111111001001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCD8; }

 p { color: rgb(182,204,216); }

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

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

 a { background-color: rgb(182,204,216); }

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

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

 span { border-color: rgb(182,204,216); }

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