#B8CDAE

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

Shades of Pumice #B8CDAE

Tints of Pumice #B8CDAE

Color information

#B8CDAE (or 0xB8CDAE) is unknown color: approx Pumice. HEX triplet: B8, CD and AE. RGB value is (184,205,174). Sum of RGB (Red+Green+Blue) = 184+205+174=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDAE is #473251. Grayscale: #C3C3C3. Windows color (decimal): -4665938 or 11455928. OLE color: 11455928.

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

Color convert

RGB184205174-
CMYK0.1000.150.20
HSL100.65º23.66%74.31%-
HSV(B)100.65º15.12%80.39%-
XYZ49.2456.9148.43-
YUV195.19116.04120.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=32.68%
G=36.41%
B=30.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051740.1000.150.20100.6523.6674.31
HexB8CDAEA0F1465184a
Octal270315256120172414530112
Binary101110001100110110101110101001111101001100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDAE; }

 p { color: rgb(184,205,174); }

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

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

 a { background-color: rgb(184,205,174); }

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

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

 span { border-color: rgb(184,205,174); }

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