Html Css Color HEX #B8CBB9 Paris White

📋 copy color: '#B8CBB9'

red 184 ◦ green 203 ◦ blue 185

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

Shades of Paris White #B8CBB9

Tints of Paris White #B8CBB9

RGB

 RED value IS 184 (72.27% from 255) = 32.17%

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

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

R = 32.17%
G = 35.49%
B = 32.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#B8CBB9 (or 0xB8CBB9) is known color: Paris White. HEX triplet: B8, CB and B9. RGB value is (184,203,185). Sum of RGB (Red+Green+Blue) = 184+203+185=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBB9 is #473446. Grayscale: #C3C3C3. Windows color (decimal): -4666439 or 12176312. OLE color: 12176312.

HSL color Cylindrical-coordinate representation of color #B8CBB9: hue angle of 123.16º 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 #B8CBB9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 203 185 -
CMYK 0.09 0 0.09 0.20
HSL 123.16º 0.15% 0.76% -
HSV(B) 123.16º 0.09% 0.8% -
XYZ 49.88 56.41 54.16 -
YUV 195.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 184 203 185 0.09 0 0.09 0.20 123.16 0.15 0.76
Hex B8 CB B9 9 0 9 14 7B F 4C
Octal 270 313 271 11 0 11 24 173 17 114
Binary 10111000 11001011 10111001 1001 0 1001 10100 1111011 1111 1001100

Color Harmonies of #B8CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBB9

Black with #B8CBB9

Text Example


Text Example

White with #B8CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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