#B7BECF

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

Shades of Spindle #B7BECF

Tints of Spindle #B7BECF

Color information

#B7BECF (or 0xB7BECF) is unknown color: approx Spindle. HEX triplet: B7, BE and CF. RGB value is (183,190,207). Sum of RGB (Red+Green+Blue) = 183+190+207=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECF is #484130. Grayscale: #BDBDBD. Windows color (decimal): -4735281 or 13614775. OLE color: 13614775.

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

Color convert

RGB183190207-
CMYK0.120.0800.19
HSL222.5º20%76.47%-
HSV(B)222.5º11.59%81.18%-
XYZ49.251.466.36-
YUV189.84137.68123.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=31.55%
G=32.76%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831902070.120.0800.19222.52076.47
HexB7BECFC8013de144c
Octal267276317141002333624114
Binary1011011110111110110011111100100001001111011110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BECF; }

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

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

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

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

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

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

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

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