#B5C4CE

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

Shades of Spindle #B5C4CE

Tints of Spindle #B5C4CE

Color information

#B5C4CE (or 0xB5C4CE) is unknown color: approx Spindle. HEX triplet: B5, C4 and CE. RGB value is (181,196,206). Sum of RGB (Red+Green+Blue) = 181+196+206=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4CE is #4A3B31. Grayscale: #C0C0C0. Windows color (decimal): -4864818 or 13550773. OLE color: 13550773.

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

Color convert

RGB181196206-
CMYK0.120.0500.19
HSL204º20.33%75.88%-
HSV(B)204º12.14%80.78%-
XYZ49.9453.7666.14-
YUV192.66135.53119.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=31.05%
G=33.62%
B=35.33%

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
Decimal1811962060.120.0500.1920420.3375.88
HexB5C4CEC5013cc144c
Octal26530431614502331424114
Binary101101011100010011001110110010101001111001100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4CE; }

 p { color: rgb(181,196,206); }

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

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

 a { background-color: rgb(181,196,206); }

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

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

 span { border-color: rgb(181,196,206); }

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