Html Css Color HEX #BBC9AF Pumice

📋 copy color: '#BBC9AF'

red 187 ◦ green 201 ◦ blue 175

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

Shades of Pumice #BBC9AF

Tints of Pumice #BBC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.7%

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

R = 33.21%
G = 35.7%
B = 31.08%

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

#BBC9AF (or 0xBBC9AF) is known color: Pumice. HEX triplet: BB, C9 and AF. RGB value is (187,201,175). Sum of RGB (Red+Green+Blue) = 187+201+175=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9AF is #443650. Grayscale: #C1C1C1. Windows color (decimal): -4470353 or 11520443. OLE color: 11520443.

HSL color Cylindrical-coordinate representation of color #BBC9AF: hue angle of 92.31º degrees, saturation: 0.19, 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 #BBC9AF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 175 -
CMYK 0.07 0 0.13 0.21
HSL 92.31º 0.19% 0.74% -
HSV(B) 92.31º 0.13% 0.79% -
XYZ 49.12 55.43 48.67 -
YUV 193.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 187 201 175 0.07 0 0.13 0.21 92.31 0.19 0.74
Hex BB C9 AF 7 0 D 15 5C 13 4A
Octal 273 311 257 7 0 15 25 134 23 112
Binary 10111011 11001001 10101111 111 0 1101 10101 1011100 10011 1001010

Color Harmonies of #BBC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9AF

Black with #BBC9AF

Text Example


Text Example

White with #BBC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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