#B5C1CF

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

Shades of Spindle #B5C1CF

Tints of Spindle #B5C1CF

Color information

#B5C1CF (or 0xB5C1CF) is unknown color: approx Spindle. HEX triplet: B5, C1 and CF. RGB value is (181,193,207). Sum of RGB (Red+Green+Blue) = 181+193+207=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1CF is #4A3E30. Grayscale: #BEBEBE. Windows color (decimal): -4865585 or 13615541. OLE color: 13615541.

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

Color convert

RGB181193207-
CMYK0.130.0700.19
HSL212.31º21.31%76.08%-
HSV(B)212.31º12.56%81.18%-
XYZ49.3952.4766.56-
YUV191.01137.02120.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=31.15%
G=33.22%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811932070.130.0700.19212.3121.3176.08
HexB5C1CFD7013d4154c
Octal26530131715702332425114
Binary101101011100000111001111110111101001111010100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1CF; }

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

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

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

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

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

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

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

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