#B5C3CF

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

Shades of Spindle #B5C3CF

Tints of Spindle #B5C3CF

Color information

#B5C3CF (or 0xB5C3CF) is unknown color: approx Spindle. HEX triplet: B5, C3 and CF. RGB value is (181,195,207). Sum of RGB (Red+Green+Blue) = 181+195+207=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C3CF is #4A3C30. Grayscale: #C0C0C0. Windows color (decimal): -4865073 or 13616053. OLE color: 13616053.

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

Color convert

RGB181195207-
CMYK0.130.0600.19
HSL207.69º21.31%76.08%-
HSV(B)207.69º12.56%81.18%-
XYZ49.8353.3666.7-
YUV192.18136.36120.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=31.05%
G=33.45%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811952070.130.0600.19207.6921.3176.08
HexB5C3CFD6013d0154c
Octal26530331715602332025114
Binary101101011100001111001111110111001001111010000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C3CF; }

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

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

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

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

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

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

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

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