#B4BECF

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

Shades of Spindle #B4BECF

Tints of Spindle #B4BECF

Color information

#B4BECF (or 0xB4BECF) is unknown color: approx Spindle. HEX triplet: B4, BE and CF. RGB value is (180,190,207). Sum of RGB (Red+Green+Blue) = 180+190+207=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BECF is #4B4130. Grayscale: #BCBCBC. Windows color (decimal): -4931889 or 13614772. OLE color: 13614772.

HSL color Cylindrical-coordinate representation of color #B4BECF: hue angle of 217.78º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BECF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180190207-
CMYK0.130.0800.19
HSL217.78º21.95%75.88%-
HSV(B)217.78º13.04%81.18%-
XYZ48.551.0466.33-
YUV188.95138.19121.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=31.20%
G=32.93%
B=35.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801902070.130.0800.19217.7821.9575.88
HexB4BECFD8013da164c
Octal264276317151002333226114
Binary1011010010111110110011111101100001001111011010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BECF; }

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

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

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

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

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

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

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

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