Html Css Color HEX #B7BEC8 Spindle

📋 copy color: '#B7BEC8'

red 183 ◦ green 190 ◦ blue 200

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

Shades of Spindle #B7BEC8

Tints of Spindle #B7BEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 31.94%
G = 33.16%
B = 34.9%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B7BEC8 (or 0xB7BEC8) is known color: Spindle. HEX triplet: B7, BE and C8. RGB value is (183,190,200). Sum of RGB (Red+Green+Blue) = 183+190+200=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7BEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEC8 is #484137. Grayscale: #BDBDBD. Windows color (decimal): -4735288 or 13156023. OLE color: 13156023.

HSL color Cylindrical-coordinate representation of color #B7BEC8: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7BEC8 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 190 200 -
CMYK 0.08 0.05 0 0.22
HSL 215.29º 0.13% 0.75% -
HSV(B) 215.29º 0.08% 0.78% -
XYZ 48.37 51.06 61.95 -
YUV 189.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 183 190 200 0.08 0.05 0 0.22 215.29 0.13 0.75
Hex B7 BE C8 8 5 0 16 D7 D 4B
Octal 267 276 310 10 5 0 26 327 15 113
Binary 10110111 10111110 11001000 1000 101 0 10110 11010111 1101 1001011

Color Harmonies of #B7BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEC8

Black with #B7BEC8

Text Example


Text Example

White with #B7BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEC8; }

 p { color: rgb(183,190,200); }

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

background-color css

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

 a { background-color: rgb(183,190,200); }

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

border-color css

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

 span { border-color: rgb(183,190,200); }

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