Html Css Color HEX #B9CBBB Paris White

📋 copy color: '#B9CBBB'

red 185 ◦ green 203 ◦ blue 187

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

Shades of Paris White #B9CBBB

Tints of Paris White #B9CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

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

R = 32.17%
G = 35.3%
B = 32.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#B9CBBB (or 0xB9CBBB) is known color: Paris White. HEX triplet: B9, CB and BB. RGB value is (185,203,187). Sum of RGB (Red+Green+Blue) = 185+203+187=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBBB is #463444. Grayscale: #C3C3C3. Windows color (decimal): -4600901 or 12307385. OLE color: 12307385.

HSL color Cylindrical-coordinate representation of color #B9CBBB: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBBB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 187 -
CMYK 0.09 0 0.08 0.20
HSL 126.67º 0.15% 0.76% -
HSV(B) 126.67º 0.09% 0.8% -
XYZ 50.33 56.61 55.29 -
YUV 195.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 185 203 187 0.09 0 0.08 0.20 126.67 0.15 0.76
Hex B9 CB BB 9 0 8 14 7F F 4C
Octal 271 313 273 11 0 10 24 177 17 114
Binary 10111001 11001011 10111011 1001 0 1000 10100 1111111 1111 1001100

Color Harmonies of #B9CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBBB

Black with #B9CBBB

Text Example


Text Example

White with #B9CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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