#B6C3CF

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

Shades of Spindle #B6C3CF

Tints of Spindle #B6C3CF

Color information

#B6C3CF (or 0xB6C3CF) is unknown color: approx Spindle. HEX triplet: B6, C3 and CF. RGB value is (182,195,207). Sum of RGB (Red+Green+Blue) = 182+195+207=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C3CF is #493C30. Grayscale: #C0C0C0. Windows color (decimal): -4799537 or 13616054. OLE color: 13616054.

HSL color Cylindrical-coordinate representation of color #B6C3CF: hue angle of 208.8º 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 #B6C3CF is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182195207-
CMYK0.120.0600.19
HSL208.8º20.66%76.27%-
HSV(B)208.8º12.08%81.18%-
XYZ50.0753.4866.72-
YUV192.48136.19120.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=31.16%
G=33.39%
B=35.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821952070.120.0600.19208.820.6676.27
HexB6C3CFC6013d1154c
Octal26630331714602332125114
Binary101101101100001111001111110011001001111010001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C3CF; }

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

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

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

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

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

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

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

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