#B0BDD1

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

Shades of Spindle #B0BDD1

Tints of Spindle #B0BDD1

Color information

#B0BDD1 (or 0xB0BDD1) is unknown color: approx Spindle. HEX triplet: B0, BD and D1. RGB value is (176,189,209). Sum of RGB (Red+Green+Blue) = 176+189+209=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0BDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDD1 is #4F422E. Grayscale: #BBBBBB. Windows color (decimal): -5194287 or 13745584. OLE color: 13745584.

HSL color Cylindrical-coordinate representation of color #B0BDD1: hue angle of 216.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BDD1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176189209-
CMYK0.160.1000.18
HSL216.36º26.4%75.49%-
HSV(B)216.36º15.79%81.96%-
XYZ47.6150.2367.51-
YUV187.39140.19119.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=30.66%
G=32.93%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761892090.160.1000.18216.3626.475.49
HexB0BDD110A012d81a4b
Octal260275321201202233032113
Binary10110000101111011101000110000101001001011011000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDD1; }

 p { color: rgb(176,189,209); }

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

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

 a { background-color: rgb(176,189,209); }

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

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

 span { border-color: rgb(176,189,209); }

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