Html Css Color HEX #B0BDD1 Spindle

📋 copy color: '#B0BDD1'

red 176 ◦ green 189 ◦ blue 209

#B0BDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #B0BDD1

Tints of Spindle #B0BDD1

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 value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B0BDD1 (or 0xB0BDD1) is known color: 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

RGB 176 189 209 -
CMYK 0.16 0.10 0 0.18
HSL 216.36º 0.26% 0.75% -
HSV(B) 216.36º 0.16% 0.82% -
XYZ 47.61 50.23 67.51 -
YUV 187.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 176 189 209 0.16 0.10 0 0.18 216.36 0.26 0.75
Hex B0 BD D1 10 A 0 12 D8 1A 4B
Octal 260 275 321 20 12 0 22 330 32 113
Binary 10110000 10111101 11010001 10000 1010 0 10010 11011000 11010 1001011

Color Harmonies of #B0BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDD1

Black with #B0BDD1

Text Example


Text Example

White with #B0BDD1

Text Example


Text Example

HTML Codes & Css Web 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>