Html Css Color HEX #B8CBAF Pumice

📋 copy color: '#B8CBAF'

red 184 ◦ green 203 ◦ blue 175

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

Shades of Pumice #B8CBAF

Tints of Pumice #B8CBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 32.74%
G = 36.12%
B = 31.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#B8CBAF (or 0xB8CBAF) is known color: Pumice. HEX triplet: B8, CB and AF. RGB value is (184,203,175). Sum of RGB (Red+Green+Blue) = 184+203+175=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBAF is #473450. Grayscale: #C2C2C2. Windows color (decimal): -4666449 or 11520952. OLE color: 11520952.

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

Color convert

RGB 184 203 175 -
CMYK 0.09 0 0.14 0.20
HSL 100.71º 0.21% 0.74% -
HSV(B) 100.71º 0.14% 0.8% -
XYZ 48.86 56 48.79 -
YUV 194.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 184 203 175 0.09 0 0.14 0.20 100.71 0.21 0.74
Hex B8 CB AF 9 0 E 14 65 15 4A
Octal 270 313 257 11 0 16 24 145 25 112
Binary 10111000 11001011 10101111 1001 0 1110 10100 1100101 10101 1001010

Color Harmonies of #B8CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CBAF

Black with #B8CBAF

Text Example


Text Example

White with #B8CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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