Html Css Color HEX #B7BEC9 Spindle

📋 copy color: '#B7BEC9'

red 183 ◦ green 190 ◦ blue 201

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

Shades of Spindle #B7BEC9

Tints of Spindle #B7BEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 31.88%
G = 33.1%
B = 35.02%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B7BEC9 (or 0xB7BEC9) is known color: Spindle. HEX triplet: B7, BE and C9. RGB value is (183,190,201). Sum of RGB (Red+Green+Blue) = 183+190+201=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEC9 is #484136. Grayscale: #BDBDBD. Windows color (decimal): -4735287 or 13221559. OLE color: 13221559.

HSL color Cylindrical-coordinate representation of color #B7BEC9: hue angle of 216.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BEC9 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 190 201 -
CMYK 0.09 0.05 0 0.21
HSL 216.67º 0.14% 0.75% -
HSV(B) 216.67º 0.09% 0.79% -
XYZ 48.48 51.11 62.57 -
YUV 189.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 183 190 201 0.09 0.05 0 0.21 216.67 0.14 0.75
Hex B7 BE C9 9 5 0 15 D9 E 4B
Octal 267 276 311 11 5 0 25 331 16 113
Binary 10110111 10111110 11001001 1001 101 0 10101 11011001 1110 1001011

Color Harmonies of #B7BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEC9

Black with #B7BEC9

Text Example


Text Example

White with #B7BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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