#B0BDD3

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

Shades of Spindle #B0BDD3

Tints of Spindle #B0BDD3

Color information

#B0BDD3 (or 0xB0BDD3) is unknown color: approx Spindle. HEX triplet: B0, BD and D3. RGB value is (176,189,211). Sum of RGB (Red+Green+Blue) = 176+189+211=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #B0BDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDD3 is #4F422C. Grayscale: #BBBBBB. Windows color (decimal): -5194285 or 13876656. OLE color: 13876656.

HSL color Cylindrical-coordinate representation of color #B0BDD3: hue angle of 217.71º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0BDD3 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176189211-
CMYK0.170.1000.17
HSL217.71º28.46%75.88%-
HSV(B)217.71º16.59%82.75%-
XYZ47.8650.3368.82-
YUV187.62141.19119.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=30.56%
G=32.81%
B=36.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1761892110.170.1000.17217.7128.4675.88
HexB0BDD311A011da1c4c
Octal260275323211202133234114
Binary10110000101111011101001110001101001000111011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDD3; }

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

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

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

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

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

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

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

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