Html Css Color HEX #B0BFD7 Spindle

📋 copy color: '#B0BFD7'

red 176 ◦ green 191 ◦ blue 215

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

Shades of Spindle #B0BFD7

Tints of Spindle #B0BFD7

RGB

 RED value IS 176 (69.14% from 255) = 30.24%

 GREEN value IS 191 (75% from 255) = 32.82%

 BLUE value IS 215 (84.38% from 255) = 36.94%

R = 30.24%
G = 32.82%
B = 36.94%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0BFD7 (or 0xB0BFD7) is known color: Spindle. HEX triplet: B0, BF and D7. RGB value is (176,191,215). Sum of RGB (Red+Green+Blue) = 176+191+215=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFD7 is #4F4028. Grayscale: #BDBDBD. Windows color (decimal): -5193769 or 14139312. OLE color: 14139312.

HSL color Cylindrical-coordinate representation of color #B0BFD7: hue angle of 216.92º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BFD7 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 191 215 -
CMYK 0.18 0.11 0 0.16
HSL 216.92º 0.33% 0.77% -
HSV(B) 216.92º 0.18% 0.84% -
XYZ 48.8 51.4 71.64 -
YUV 189.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 176 191 215 0.18 0.11 0 0.16 216.92 0.33 0.77
Hex B0 BF D7 12 B 0 10 D9 21 4D
Octal 260 277 327 22 13 0 20 331 41 115
Binary 10110000 10111111 11010111 10010 1011 0 10000 11011001 100001 1001101

Color Harmonies of #B0BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFD7

Black with #B0BFD7

Text Example


Text Example

White with #B0BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFD7; }

 p { color: rgb(176,191,215); }

 H1.HeaderClassName
 {
   color: #B0BFD7;
 }
 .AnyTagClassName
 {
   color: #B0BFD7;
 }
</style>

background-color css

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

 a { background-color: rgb(176,191,215); }

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

border-color css

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

 span { border-color: rgb(176,191,215); }

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