Html Css Color HEX #B9C9BA Paris White

📋 copy color: '#B9C9BA'

red 185 ◦ green 201 ◦ blue 186

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

Shades of Paris White #B9C9BA

Tints of Paris White #B9C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.14%

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

R = 32.34%
G = 35.14%
B = 32.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#B9C9BA (or 0xB9C9BA) is known color: Paris White. HEX triplet: B9, C9 and BA. RGB value is (185,201,186). Sum of RGB (Red+Green+Blue) = 185+201+186=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9BA is #463645. Grayscale: #C2C2C2. Windows color (decimal): -4601414 or 12241337. OLE color: 12241337.

HSL color Cylindrical-coordinate representation of color #B9C9BA: hue angle of 123.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C9BA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 186 -
CMYK 0.08 0 0.07 0.21
HSL 123.75º 0.13% 0.76% -
HSV(B) 123.75º 0.08% 0.79% -
XYZ 49.76 55.63 54.57 -
YUV 194.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 185 201 186 0.08 0 0.07 0.21 123.75 0.13 0.76
Hex B9 C9 BA 8 0 7 15 7C D 4C
Octal 271 311 272 10 0 7 25 174 15 114
Binary 10111001 11001001 10111010 1000 0 111 10101 1111100 1101 1001100

Color Harmonies of #B9C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C9BA

Black with #B9C9BA

Text Example


Text Example

White with #B9C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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