Html Css Color HEX #B9C3BA Paris White

📋 copy color: '#B9C3BA'

red 185 ◦ green 195 ◦ blue 186

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

Shades of Paris White #B9C3BA

Tints of Paris White #B9C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

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

R = 32.69%
G = 34.45%
B = 32.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#B9C3BA (or 0xB9C3BA) is known color: Paris White. HEX triplet: B9, C3 and BA. RGB value is (185,195,186). Sum of RGB (Red+Green+Blue) = 185+195+186=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3BA is #463C45. Grayscale: #BFBFBF. Windows color (decimal): -4602950 or 12239801. OLE color: 12239801.

HSL color Cylindrical-coordinate representation of color #B9C3BA: hue angle of 126º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C3BA is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 186 -
CMYK 0.05 0 0.05 0.24
HSL 126º 0.08% 0.75% -
HSV(B) 126º 0.05% 0.76% -
XYZ 48.39 52.89 54.11 -
YUV 190.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 185 195 186 0.05 0 0.05 0.24 126 0.08 0.75
Hex B9 C3 BA 5 0 5 18 7E 8 4B
Octal 271 303 272 5 0 5 30 176 10 113
Binary 10111001 11000011 10111010 101 0 101 11000 1111110 1000 1001011

Color Harmonies of #B9C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3BA

Black with #B9C3BA

Text Example


Text Example

White with #B9C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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