Html Css Color HEX #B9C3BB Paris White

📋 copy color: '#B9C3BB'

red 185 ◦ green 195 ◦ blue 187

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

Shades of Paris White #B9C3BB

Tints of Paris White #B9C3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 32.63%
G = 34.39%
B = 32.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B9C3BB (or 0xB9C3BB) is known color: Paris White. HEX triplet: B9, C3 and BB. RGB value is (185,195,187). Sum of RGB (Red+Green+Blue) = 185+195+187=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3BB is #463C44. Grayscale: #BFBFBF. Windows color (decimal): -4602949 or 12305337. OLE color: 12305337.

HSL color Cylindrical-coordinate representation of color #B9C3BB: hue angle of 132º 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 #B9C3BB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 187 -
CMYK 0.05 0 0.04 0.24
HSL 132º 0.08% 0.75% -
HSV(B) 132º 0.05% 0.76% -
XYZ 48.49 52.93 54.67 -
YUV 191.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 185 195 187 0.05 0 0.04 0.24 132 0.08 0.75
Hex B9 C3 BB 5 0 4 18 84 8 4B
Octal 271 303 273 5 0 4 30 204 10 113
Binary 10111001 11000011 10111011 101 0 100 11000 10000100 1000 1001011

Color Harmonies of #B9C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3BB

Black with #B9C3BB

Text Example


Text Example

White with #B9C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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