#B5BED4

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

Shades of Spindle #B5BED4

Tints of Spindle #B5BED4

Color information

#B5BED4 (or 0xB5BED4) is unknown color: approx Spindle. HEX triplet: B5, BE and D4. RGB value is (181,190,212). Sum of RGB (Red+Green+Blue) = 181+190+212=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #B5BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BED4 is #4A412B. Grayscale: #BDBDBD. Windows color (decimal): -4866348 or 13942453. OLE color: 13942453.

HSL color Cylindrical-coordinate representation of color #B5BED4: hue angle of 222.58º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5BED4 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181190212-
CMYK0.150.1000.17
HSL222.58º26.5%77.06%-
HSV(B)222.58º14.62%83.14%-
XYZ49.3551.469.61-
YUV189.82140.52121.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=31.05%
G=32.59%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811902120.150.1000.17222.5826.577.06
HexB5BED4FA011df1a4d
Octal265276324171202133732115
Binary1011010110111110110101001111101001000111011111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BED4; }

 p { color: rgb(181,190,212); }

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

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

 a { background-color: rgb(181,190,212); }

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

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

 span { border-color: rgb(181,190,212); }

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