#B5C1CD

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

Shades of Spindle #B5C1CD

Tints of Spindle #B5C1CD

Color information

#B5C1CD (or 0xB5C1CD) is unknown color: approx Spindle. HEX triplet: B5, C1 and CD. RGB value is (181,193,205). Sum of RGB (Red+Green+Blue) = 181+193+205=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1CD is #4A3E32. Grayscale: #BEBEBE. Windows color (decimal): -4865587 or 13484469. OLE color: 13484469.

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

Color convert

RGB181193205-
CMYK0.120.0600.20
HSL210º19.35%75.69%-
HSV(B)210º11.71%80.39%-
XYZ49.1552.3765.28-
YUV190.78136.02121.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=31.26%
G=33.33%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811932050.120.0600.2021019.3575.69
HexB5C1CDC6014d2134c
Octal26530131514602432223114
Binary101101011100000111001101110011001010011010010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1CD; }

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

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

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

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

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

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

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

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