Html Css Color HEX #B0BDD3 Spindle

📋 copy color: '#B0BDD3'

red 176 ◦ green 189 ◦ blue 211

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

Shades of Spindle #B0BDD3

Tints of Spindle #B0BDD3

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

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

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

RGB 176 189 211 -
CMYK 0.17 0.10 0 0.17
HSL 217.71º 0.28% 0.76% -
HSV(B) 217.71º 0.17% 0.83% -
XYZ 47.86 50.33 68.82 -
YUV 187.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 176 189 211 0.17 0.10 0 0.17 217.71 0.28 0.76
Hex B0 BD D3 11 A 0 11 DA 1C 4C
Octal 260 275 323 21 12 0 21 332 34 114
Binary 10110000 10111101 11010011 10001 1010 0 10001 11011010 11100 1001100

Color Harmonies of #B0BDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDD3

Black with #B0BDD3

Text Example


Text Example

White with #B0BDD3

Text Example


Text Example

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