Html Css Color HEX #B9C0BA Paris White

📋 copy color: '#B9C0BA'

red 185 ◦ green 192 ◦ blue 186

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

Shades of Paris White #B9C0BA

Tints of Paris White #B9C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 32.86%
G = 34.1%
B = 33.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B9C0BA (or 0xB9C0BA) is known color: Paris White. HEX triplet: B9, C0 and BA. RGB value is (185,192,186). Sum of RGB (Red+Green+Blue) = 185+192+186=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0BA is #463F45. Grayscale: #BDBDBD. Windows color (decimal): -4603718 or 12239033. OLE color: 12239033.

HSL color Cylindrical-coordinate representation of color #B9C0BA: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9C0BA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 186 -
CMYK 0.04 0 0.03 0.25
HSL 128.57º 0.05% 0.74% -
HSV(B) 128.57º 0.04% 0.75% -
XYZ 47.72 51.56 53.89 -
YUV 189.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 185 192 186 0.04 0 0.03 0.25 128.57 0.05 0.74
Hex B9 C0 BA 4 0 3 19 81 5 4A
Octal 271 300 272 4 0 3 31 201 5 112
Binary 10111001 11000000 10111010 100 0 11 11001 10000001 101 1001010

Color Harmonies of #B9C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0BA

Black with #B9C0BA

Text Example


Text Example

White with #B9C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0BA; }

 p { color: rgb(185,192,186); }

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

background-color css

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

 a { background-color: rgb(185,192,186); }

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

border-color css

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

 span { border-color: rgb(185,192,186); }

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