Html Css Color HEX #BBCAB2 Pumice

📋 copy color: '#BBCAB2'

red 187 ◦ green 202 ◦ blue 178

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

Shades of Pumice #BBCAB2

Tints of Pumice #BBCAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 32.98%
G = 35.63%
B = 31.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BBCAB2 (or 0xBBCAB2) is known color: Pumice. HEX triplet: BB, CA and B2. RGB value is (187,202,178). Sum of RGB (Red+Green+Blue) = 187+202+178=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAB2 is #44354D. Grayscale: #C2C2C2. Windows color (decimal): -4470094 or 11717307. OLE color: 11717307.

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

Color convert

RGB 187 202 178 -
CMYK 0.07 0 0.12 0.21
HSL 97.5º 0.18% 0.75% -
HSV(B) 97.5º 0.12% 0.79% -
XYZ 49.65 56.02 50.32 -
YUV 194.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 187 202 178 0.07 0 0.12 0.21 97.5 0.18 0.75
Hex BB CA B2 7 0 C 15 62 12 4B
Octal 273 312 262 7 0 14 25 142 22 113
Binary 10111011 11001010 10110010 111 0 1100 10101 1100010 10010 1001011

Color Harmonies of #BBCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAB2

Black with #BBCAB2

Text Example


Text Example

White with #BBCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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