#B4BECD

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

Shades of Spindle #B4BECD

Tints of Spindle #B4BECD

Color information

#B4BECD (or 0xB4BECD) is unknown color: approx Spindle. HEX triplet: B4, BE and CD. RGB value is (180,190,205). Sum of RGB (Red+Green+Blue) = 180+190+205=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BECD is #4B4132. Grayscale: #BCBCBC. Windows color (decimal): -4931891 or 13483700. OLE color: 13483700.

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

Color convert

RGB180190205-
CMYK0.120.0700.20
HSL216º20%75.49%-
HSV(B)216º12.2%80.39%-
XYZ48.2650.9465.05-
YUV188.72137.19121.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=31.30%
G=33.04%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801902050.120.0700.202162075.49
HexB4BECDC7014d8144b
Octal26427631514702433024113
Binary101101001011111011001101110011101010011011000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BECD; }

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

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

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

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

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

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

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

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