#B6C5CF

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

Shades of Spindle #B6C5CF

Tints of Spindle #B6C5CF

Color information

#B6C5CF (or 0xB6C5CF) is unknown color: approx Spindle. HEX triplet: B6, C5 and CF. RGB value is (182,197,207). Sum of RGB (Red+Green+Blue) = 182+197+207=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5CF is #493A30. Grayscale: #C1C1C1. Windows color (decimal): -4799025 or 13616566. OLE color: 13616566.

HSL color Cylindrical-coordinate representation of color #B6C5CF: hue angle of 204º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C5CF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182197207-
CMYK0.120.0500.19
HSL204º20.66%76.27%-
HSV(B)204º12.08%81.18%-
XYZ50.5254.3866.87-
YUV193.66135.53119.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.06%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=31.06%
G=33.62%
B=35.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821972070.120.0500.1920420.6676.27
HexB6C5CFC5013cc154c
Octal26630531714502331425114
Binary101101101100010111001111110010101001111001100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5CF; }

 p { color: rgb(182,197,207); }

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

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

 a { background-color: rgb(182,197,207); }

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

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

 span { border-color: rgb(182,197,207); }

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