#B4BDCD

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

Shades of Spindle #B4BDCD

Tints of Spindle #B4BDCD

Color information

#B4BDCD (or 0xB4BDCD) is unknown color: approx Spindle. HEX triplet: B4, BD and CD. RGB value is (180,189,205). Sum of RGB (Red+Green+Blue) = 180+189+205=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDCD is #4B4232. Grayscale: #BCBCBC. Windows color (decimal): -4932147 or 13483444. OLE color: 13483444.

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

Color convert

RGB180189205-
CMYK0.120.0800.20
HSL218.4º20%75.49%-
HSV(B)218.4º12.2%80.39%-
XYZ48.0450.5164.97-
YUV188.13137.52122.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=31.36%
G=32.93%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801892050.120.0800.20218.42075.49
HexB4BDCDC8014da144b
Octal264275315141002433224113
Binary1011010010111101110011011100100001010011011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDCD; }

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

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

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

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

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

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

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

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