Html Css Color HEX #B6BEC9 Spindle

📋 copy color: '#B6BEC9'

red 182 ◦ green 190 ◦ blue 201

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

Shades of Spindle #B6BEC9

Tints of Spindle #B6BEC9

RGB

 RED value IS 182 (71.48% from 255) = 31.76%

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

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

R = 31.76%
G = 33.16%
B = 35.08%

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

#B6BEC9 (or 0xB6BEC9) is known color: Spindle. HEX triplet: B6, BE and C9. RGB value is (182,190,201). Sum of RGB (Red+Green+Blue) = 182+190+201=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEC9 is #494136. Grayscale: #BCBCBC. Windows color (decimal): -4800823 or 13221558. OLE color: 13221558.

HSL color Cylindrical-coordinate representation of color #B6BEC9: hue angle of 214.74º degrees, saturation: 0.15, 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 #B6BEC9 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 190 201 -
CMYK 0.09 0.05 0 0.21
HSL 214.74º 0.15% 0.75% -
HSV(B) 214.74º 0.09% 0.79% -
XYZ 48.25 50.99 62.56 -
YUV 188.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 182 190 201 0.09 0.05 0 0.21 214.74 0.15 0.75
Hex B6 BE C9 9 5 0 15 D7 F 4B
Octal 266 276 311 11 5 0 25 327 17 113
Binary 10110110 10111110 11001001 1001 101 0 10101 11010111 1111 1001011

Color Harmonies of #B6BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BEC9

Black with #B6BEC9

Text Example


Text Example

White with #B6BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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