#B4BDCF

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

Shades of Spindle #B4BDCF

Tints of Spindle #B4BDCF

Color information

#B4BDCF (or 0xB4BDCF) is unknown color: approx Spindle. HEX triplet: B4, BD and CF. RGB value is (180,189,207). Sum of RGB (Red+Green+Blue) = 180+189+207=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDCF is #4B4230. Grayscale: #BCBCBC. Windows color (decimal): -4932145 or 13614516. OLE color: 13614516.

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

Color convert

RGB180189207-
CMYK0.130.0900.19
HSL220º21.95%75.88%-
HSV(B)220º13.04%81.18%-
XYZ48.2850.666.25-
YUV188.36138.52122.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=31.25%
G=32.81%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801892070.130.0900.1922021.9575.88
HexB4BDCFD9013dc164c
Octal264275317151102333426114
Binary1011010010111101110011111101100101001111011100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDCF; }

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

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

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

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

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

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

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

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