Html Css Color HEX #B8CAAE Pumice

📋 copy color: '#B8CAAE'

red 184 ◦ green 202 ◦ blue 174

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

Shades of Pumice #B8CAAE

Tints of Pumice #B8CAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.07%

R = 32.86%
G = 36.07%
B = 31.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#B8CAAE (or 0xB8CAAE) is known color: Pumice. HEX triplet: B8, CA and AE. RGB value is (184,202,174). Sum of RGB (Red+Green+Blue) = 184+202+174=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAAE is #473551. Grayscale: #C1C1C1. Windows color (decimal): -4666706 or 11455160. OLE color: 11455160.

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

Color convert

RGB 184 202 174 -
CMYK 0.09 0 0.14 0.21
HSL 98.57º 0.21% 0.74% -
HSV(B) 98.57º 0.14% 0.79% -
XYZ 48.53 55.49 48.2 -
YUV 193.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 184 202 174 0.09 0 0.14 0.21 98.57 0.21 0.74
Hex B8 CA AE 9 0 E 15 63 15 4A
Octal 270 312 256 11 0 16 25 143 25 112
Binary 10111000 11001010 10101110 1001 0 1110 10101 1100011 10101 1001010

Color Harmonies of #B8CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAAE

Black with #B8CAAE

Text Example


Text Example

White with #B8CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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