#B7BED0

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

Shades of Spindle #B7BED0

Tints of Spindle #B7BED0

Color information

#B7BED0 (or 0xB7BED0) is unknown color: approx Spindle. HEX triplet: B7, BE and D0. RGB value is (183,190,208). Sum of RGB (Red+Green+Blue) = 183+190+208=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BED0 is #48412F. Grayscale: #BDBDBD. Windows color (decimal): -4735280 or 13680311. OLE color: 13680311.

HSL color Cylindrical-coordinate representation of color #B7BED0: hue angle of 223.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BED0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183190208-
CMYK0.120.0900.18
HSL223.2º21.01%76.67%-
HSV(B)223.2º12.02%81.57%-
XYZ49.3351.4567.01-
YUV189.96138.18123.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=31.50%
G=32.70%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831902080.120.0900.18223.221.0176.67
HexB7BED0C9012df154d
Octal267276320141102233725115
Binary1011011110111110110100001100100101001011011111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BED0; }

 p { color: rgb(183,190,208); }

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

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

 a { background-color: rgb(183,190,208); }

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

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

 span { border-color: rgb(183,190,208); }

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