#B8C0B9

Color #B8C0B9 Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #B8C0B9

Tints of Paris White #B8C0B9

Color information

#B8C0B9 (or 0xB8C0B9) is unknown color: approx Paris White. HEX triplet: B8, C0 and B9. RGB value is (184,192,185). Sum of RGB (Red+Green+Blue) = 184+192+185=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0B9 is #473F46. Grayscale: #BCBCBC. Windows color (decimal): -4669255 or 12173496. OLE color: 12173496.

HSL color Cylindrical-coordinate representation of color #B8C0B9: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8C0B9 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB184192185-
CMYK0.0400.040.25
HSL127.5º5.97%73.73%-
HSV(B)127.5º4.17%75.29%-
XYZ47.3751.3953.32-
YUV188.81125.85124.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=32.80%
G=34.22%
B=32.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921850.0400.040.25127.55.9773.73
HexB8C0B9404197f64a
Octal270300271404311776112
Binary10111000110000001011100110001001100111111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C0B9; }

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

 H1.HeaderClassName
 {
   color: #B8C0B9;
 }
 .AnyTagClassName
 {
   color: #B8C0B9;
 }
</style>
background-color css

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

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

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

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

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

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