Html Css Color HEX #BBCAAF Pumice

📋 copy color: '#BBCAAF'

red 187 ◦ green 202 ◦ blue 175

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

Shades of Pumice #BBCAAF

Tints of Pumice #BBCAAF

RGB

 RED value IS 187 (73.44% from 255) = 33.16%

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

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

R = 33.16%
G = 35.82%
B = 31.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#BBCAAF (or 0xBBCAAF) is known color: Pumice. HEX triplet: BB, CA and AF. RGB value is (187,202,175). Sum of RGB (Red+Green+Blue) = 187+202+175=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAF is #443550. Grayscale: #C2C2C2. Windows color (decimal): -4470097 or 11520699. OLE color: 11520699.

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

Color convert

RGB 187 202 175 -
CMYK 0.07 0 0.13 0.21
HSL 93.33º 0.2% 0.74% -
HSV(B) 93.33º 0.13% 0.79% -
XYZ 49.35 55.9 48.75 -
YUV 194.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 187 202 175 0.07 0 0.13 0.21 93.33 0.2 0.74
Hex BB CA AF 7 0 D 15 5D 14 4A
Octal 273 312 257 7 0 15 25 135 24 112
Binary 10111011 11001010 10101111 111 0 1101 10101 1011101 10100 1001010

Color Harmonies of #BBCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAAF

Black with #BBCAAF

Text Example


Text Example

White with #BBCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAAF; }

 p { color: rgb(187,202,175); }

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

background-color css

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

 a { background-color: rgb(187,202,175); }

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

border-color css

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

 span { border-color: rgb(187,202,175); }

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