#B7BECD

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

Shades of Spindle #B7BECD

Tints of Spindle #B7BECD

Color information

#B7BECD (or 0xB7BECD) is unknown color: approx Spindle. HEX triplet: B7, BE and CD. RGB value is (183,190,205). Sum of RGB (Red+Green+Blue) = 183+190+205=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECD is #484132. Grayscale: #BDBDBD. Windows color (decimal): -4735283 or 13483703. OLE color: 13483703.

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

Color convert

RGB183190205-
CMYK0.110.0700.20
HSL220.91º18.03%76.08%-
HSV(B)220.91º10.73%80.39%-
XYZ48.9651.365.08-
YUV189.62136.68123.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=31.66%
G=32.87%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831902050.110.0700.20220.9118.0376.08
HexB7BECDB7014dd124c
Octal26727631513702433522114
Binary101101111011111011001101101111101010011011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BECD; }

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

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

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

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

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

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

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

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