#B6C7D5

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

Shades of Spindle #B6C7D5

Tints of Spindle #B6C7D5

Color information

#B6C7D5 (or 0xB6C7D5) is unknown color: approx Spindle. HEX triplet: B6, C7 and D5. RGB value is (182,199,213). Sum of RGB (Red+Green+Blue) = 182+199+213=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #B6C7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7D5 is #49382A. Grayscale: #C3C3C3. Windows color (decimal): -4798507 or 14010294. OLE color: 14010294.

HSL color Cylindrical-coordinate representation of color #B6C7D5: hue angle of 207.1º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6C7D5 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182199213-
CMYK0.150.0700.16
HSL207.1º26.96%77.45%-
HSV(B)207.1º14.55%83.53%-
XYZ51.7355.670.96-
YUV195.51137.87118.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.64%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=30.64%
G=33.50%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821992130.150.0700.16207.126.9677.45
HexB6C7D5F7010cf1b4d
Octal26630732517702031733115
Binary101101101100011111010101111111101000011001111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C7D5; }

 p { color: rgb(182,199,213); }

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

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

 a { background-color: rgb(182,199,213); }

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

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

 span { border-color: rgb(182,199,213); }

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