Html Css Color HEX #BBCBAF Pumice

📋 copy color: '#BBCBAF'

red 187 ◦ green 203 ◦ blue 175

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

Shades of Pumice #BBCBAF

Tints of Pumice #BBCBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

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

R = 33.1%
G = 35.93%
B = 30.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BBCBAF (or 0xBBCBAF) is known color: Pumice. HEX triplet: BB, CB and AF. RGB value is (187,203,175). Sum of RGB (Red+Green+Blue) = 187+203+175=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAF is #443450. Grayscale: #C3C3C3. Windows color (decimal): -4469841 or 11520955. OLE color: 11520955.

HSL color Cylindrical-coordinate representation of color #BBCBAF: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCBAF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 175 -
CMYK 0.08 0 0.14 0.20
HSL 94.29º 0.21% 0.74% -
HSV(B) 94.29º 0.14% 0.8% -
XYZ 49.59 56.37 48.82 -
YUV 195.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 187 203 175 0.08 0 0.14 0.20 94.29 0.21 0.74
Hex BB CB AF 8 0 E 14 5E 15 4A
Octal 273 313 257 10 0 16 24 136 25 112
Binary 10111011 11001011 10101111 1000 0 1110 10100 1011110 10101 1001010

Color Harmonies of #BBCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBAF

Black with #BBCBAF

Text Example


Text Example

White with #BBCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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