Html Css Color HEX #B7CCAD Pumice

📋 copy color: '#B7CCAD'

red 183 ◦ green 204 ◦ blue 173

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

Shades of Pumice #B7CCAD

Tints of Pumice #B7CCAD

RGB

 RED value IS 183 (71.88% from 255) = 32.68%

 GREEN value IS 204 (80.08% from 255) = 36.43%

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 32.68%
G = 36.43%
B = 30.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#B7CCAD (or 0xB7CCAD) is known color: Pumice. HEX triplet: B7, CC and AD. RGB value is (183,204,173). Sum of RGB (Red+Green+Blue) = 183+204+173=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CCAD is #483352. Grayscale: #C2C2C2. Windows color (decimal): -4731731 or 11390135. OLE color: 11390135.

HSL color Cylindrical-coordinate representation of color #B7CCAD: hue angle of 100.65º degrees, saturation: 0.23, 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 #B7CCAD is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 173 -
CMYK 0.10 0 0.15 0.2
HSL 100.65º 0.23% 0.74% -
HSV(B) 100.65º 0.15% 0.8% -
XYZ 48.66 56.27 47.83 -
YUV 194.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 183 204 173 0.10 0 0.15 0.2 100.65 0.23 0.74
Hex B7 CC AD A 0 F 14 65 17 4A
Octal 267 314 255 12 0 17 24 145 27 112
Binary 10110111 11001100 10101101 1010 0 1111 10100 1100101 10111 1001010

Color Harmonies of #B7CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCAD

Black with #B7CCAD

Text Example


Text Example

White with #B7CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCAD; }

 p { color: rgb(183,204,173); }

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

background-color css

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

 a { background-color: rgb(183,204,173); }

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

border-color css

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

 span { border-color: rgb(183,204,173); }

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