Html Css Color HEX #B9CABB Paris White

📋 copy color: '#B9CABB'

red 185 ◦ green 202 ◦ blue 187

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

Shades of Paris White #B9CABB

Tints of Paris White #B9CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.19%

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

R = 32.23%
G = 35.19%
B = 32.58%

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

#B9CABB (or 0xB9CABB) is known color: Paris White. HEX triplet: B9, CA and BB. RGB value is (185,202,187). Sum of RGB (Red+Green+Blue) = 185+202+187=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CABB is #463544. Grayscale: #C3C3C3. Windows color (decimal): -4601157 or 12307129. OLE color: 12307129.

HSL color Cylindrical-coordinate representation of color #B9CABB: hue angle of 127.06º degrees, saturation: 0.14, 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 #B9CABB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 187 -
CMYK 0.08 0 0.07 0.21
HSL 127.06º 0.14% 0.76% -
HSV(B) 127.06º 0.08% 0.79% -
XYZ 50.1 56.14 55.21 -
YUV 195.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 185 202 187 0.08 0 0.07 0.21 127.06 0.14 0.76
Hex B9 CA BB 8 0 7 15 7F E 4C
Octal 271 312 273 10 0 7 25 177 16 114
Binary 10111001 11001010 10111011 1000 0 111 10101 1111111 1110 1001100

Color Harmonies of #B9CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CABB

Black with #B9CABB

Text Example


Text Example

White with #B9CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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