Html Css Color HEX #B7BFD7 Spindle

📋 copy color: '#B7BFD7'

red 183 ◦ green 191 ◦ blue 215

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

Shades of Spindle #B7BFD7

Tints of Spindle #B7BFD7

RGB

 RED value IS 183 (71.88% from 255) = 31.07%

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

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

R = 31.07%
G = 32.43%
B = 36.5%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B7BFD7 (or 0xB7BFD7) is known color: Spindle. HEX triplet: B7, BF and D7. RGB value is (183,191,215). Sum of RGB (Red+Green+Blue) = 183+191+215=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFD7 is #484028. Grayscale: #BFBFBF. Windows color (decimal): -4735017 or 14139319. OLE color: 14139319.

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

Color convert

RGB 183 191 215 -
CMYK 0.15 0.11 0 0.16
HSL 225º 0.29% 0.78% -
HSV(B) 225º 0.15% 0.84% -
XYZ 50.42 52.24 71.71 -
YUV 191.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 183 191 215 0.15 0.11 0 0.16 225 0.29 0.78
Hex B7 BF D7 F B 0 10 E1 1D 4E
Octal 267 277 327 17 13 0 20 341 35 116
Binary 10110111 10111111 11010111 1111 1011 0 10000 11100001 11101 1001110

Color Harmonies of #B7BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFD7

Black with #B7BFD7

Text Example


Text Example

White with #B7BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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