Html Css Color HEX #B9BED0 Spindle

📋 copy color: '#B9BED0'

red 185 ◦ green 190 ◦ blue 208

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

Shades of Spindle #B9BED0

Tints of Spindle #B9BED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 31.73%
G = 32.59%
B = 35.68%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9BED0 (or 0xB9BED0) is known color: Spindle. HEX triplet: B9, BE and D0. RGB value is (185,190,208). Sum of RGB (Red+Green+Blue) = 185+190+208=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BED0 is #46412F. Grayscale: #BEBEBE. Windows color (decimal): -4604208 or 13680313. OLE color: 13680313.

HSL color Cylindrical-coordinate representation of color #B9BED0: hue angle of 226.96º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BED0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 190 208 -
CMYK 0.11 0.09 0 0.18
HSL 226.96º 0.2% 0.77% -
HSV(B) 226.96º 0.11% 0.82% -
XYZ 49.81 51.7 67.03 -
YUV 190.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 185 190 208 0.11 0.09 0 0.18 226.96 0.2 0.77
Hex B9 BE D0 B 9 0 12 E3 14 4D
Octal 271 276 320 13 11 0 22 343 24 115
Binary 10111001 10111110 11010000 1011 1001 0 10010 11100011 10100 1001101

Color Harmonies of #B9BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BED0

Black with #B9BED0

Text Example


Text Example

White with #B9BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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