Html Css Color HEX #B8CDAE Pumice

📋 copy color: '#B8CDAE'

red 184 ◦ green 205 ◦ blue 174

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

Shades of Pumice #B8CDAE

Tints of Pumice #B8CDAE

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 value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#B8CDAE (or 0xB8CDAE) is known color: 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

RGB 184 205 174 -
CMYK 0.10 0 0.15 0.20
HSL 100.65º 0.24% 0.74% -
HSV(B) 100.65º 0.15% 0.8% -
XYZ 49.24 56.91 48.43 -
YUV 195.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 184 205 174 0.10 0 0.15 0.20 100.65 0.24 0.74
Hex B8 CD AE A 0 F 14 65 18 4A
Octal 270 315 256 12 0 17 24 145 30 112
Binary 10111000 11001101 10101110 1010 0 1111 10100 1100101 11000 1001010

Color Harmonies of #B8CDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDAE

Black with #B8CDAE

Text Example


Text Example

White with #B8CDAE

Text Example


Text Example

HTML Codes & Css Web 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>