Html Css Color HEX #B9CDAF Pumice

📋 copy color: '#B9CDAF'

red 185 ◦ green 205 ◦ blue 175

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

Shades of Pumice #B9CDAF

Tints of Pumice #B9CDAF

RGB

 RED value IS 185 (72.66% from 255) = 32.74%

 GREEN value IS 205 (80.47% from 255) = 36.28%

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

R = 32.74%
G = 36.28%
B = 30.97%

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

#B9CDAF (or 0xB9CDAF) is known color: Pumice. HEX triplet: B9, CD and AF. RGB value is (185,205,175). Sum of RGB (Red+Green+Blue) = 185+205+175=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CDAF is #463250. Grayscale: #C3C3C3. Windows color (decimal): -4600401 or 11521465. OLE color: 11521465.

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

Color convert

RGB 185 205 175 -
CMYK 0.10 0 0.15 0.20
HSL 100º 0.23% 0.75% -
HSV(B) 100º 0.15% 0.8% -
XYZ 49.58 57.07 48.96 -
YUV 195.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 185 205 175 0.10 0 0.15 0.20 100 0.23 0.75
Hex B9 CD AF A 0 F 14 64 17 4B
Octal 271 315 257 12 0 17 24 144 27 113
Binary 10111001 11001101 10101111 1010 0 1111 10100 1100100 10111 1001011

Color Harmonies of #B9CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDAF

Black with #B9CDAF

Text Example


Text Example

White with #B9CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDAF; }

 p { color: rgb(185,205,175); }

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

background-color css

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

 a { background-color: rgb(185,205,175); }

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

border-color css

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

 span { border-color: rgb(185,205,175); }

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