Html Css Color HEX #B9BECE Spindle

📋 copy color: '#B9BECE'

red 185 ◦ green 190 ◦ blue 206

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

Shades of Spindle #B9BECE

Tints of Spindle #B9BECE

RGB

 RED value IS 185 (72.66% from 255) = 31.84%

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 31.84%
G = 32.7%
B = 35.46%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9BECE (or 0xB9BECE) is known color: Spindle. HEX triplet: B9, BE and CE. RGB value is (185,190,206). Sum of RGB (Red+Green+Blue) = 185+190+206=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BECE is #464131. Grayscale: #BEBEBE. Windows color (decimal): -4604210 or 13549241. OLE color: 13549241.

HSL color Cylindrical-coordinate representation of color #B9BECE: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BECE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 190 206 -
CMYK 0.10 0.08 0 0.19
HSL 225.71º 0.18% 0.77% -
HSV(B) 225.71º 0.1% 0.81% -
XYZ 49.56 51.6 65.74 -
YUV 190.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 185 190 206 0.10 0.08 0 0.19 225.71 0.18 0.77
Hex B9 BE CE A 8 0 13 E2 12 4D
Octal 271 276 316 12 10 0 23 342 22 115
Binary 10111001 10111110 11001110 1010 1000 0 10011 11100010 10010 1001101

Color Harmonies of #B9BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BECE

Black with #B9BECE

Text Example


Text Example

White with #B9BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BECE; }

 p { color: rgb(185,190,206); }

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

background-color css

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

 a { background-color: rgb(185,190,206); }

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

border-color css

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

 span { border-color: rgb(185,190,206); }

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