#B4BDCE

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

Shades of Spindle #B4BDCE

Tints of Spindle #B4BDCE

Color information

#B4BDCE (or 0xB4BDCE) is unknown color: approx Spindle. HEX triplet: B4, BD and CE. RGB value is (180,189,206). Sum of RGB (Red+Green+Blue) = 180+189+206=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDCE is #4B4231. Grayscale: #BCBCBC. Windows color (decimal): -4932146 or 13548980. OLE color: 13548980.

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

Color convert

RGB180189206-
CMYK0.130.0800.19
HSL219.23º20.97%75.69%-
HSV(B)219.23º12.62%80.78%-
XYZ48.1650.5565.61-
YUV188.25138.02122.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=31.30%
G=32.87%
B=35.83%

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
Decimal1801892060.130.0800.19219.2320.9775.69
HexB4BDCED8013db154c
Octal264275316151002333325114
Binary1011010010111101110011101101100001001111011011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDCE; }

 p { color: rgb(180,189,206); }

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

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

 a { background-color: rgb(180,189,206); }

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

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

 span { border-color: rgb(180,189,206); }

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