Html Css Color HEX #B8CAB9 Paris White

📋 copy color: '#B8CAB9'

red 184 ◦ green 202 ◦ blue 185

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

Shades of Paris White #B8CAB9

Tints of Paris White #B8CAB9

RGB

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

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

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

R = 32.22%
G = 35.38%
B = 32.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B8CAB9 (or 0xB8CAB9) is known color: Paris White. HEX triplet: B8, CA and B9. RGB value is (184,202,185). Sum of RGB (Red+Green+Blue) = 184+202+185=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAB9 is #473546. Grayscale: #C2C2C2. Windows color (decimal): -4666695 or 12176056. OLE color: 12176056.

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

Color convert

RGB 184 202 185 -
CMYK 0.09 0 0.08 0.21
HSL 123.33º 0.15% 0.76% -
HSV(B) 123.33º 0.09% 0.79% -
XYZ 49.64 55.93 54.08 -
YUV 194.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 184 202 185 0.09 0 0.08 0.21 123.33 0.15 0.76
Hex B8 CA B9 9 0 8 15 7B F 4C
Octal 270 312 271 11 0 10 25 173 17 114
Binary 10111000 11001010 10111001 1001 0 1000 10101 1111011 1111 1001100

Color Harmonies of #B8CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAB9

Black with #B8CAB9

Text Example


Text Example

White with #B8CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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