Html Css Color HEX #BBCDB1 Pumice

📋 copy color: '#BBCDB1'

red 187 ◦ green 205 ◦ blue 177

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

Shades of Pumice #BBCDB1

Tints of Pumice #BBCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 32.86%
G = 36.03%
B = 31.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BBCDB1 (or 0xBBCDB1) is known color: Pumice. HEX triplet: BB, CD and B1. RGB value is (187,205,177). Sum of RGB (Red+Green+Blue) = 187+205+177=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDB1 is #44324E. Grayscale: #C4C4C4. Windows color (decimal): -4469327 or 11652539. OLE color: 11652539.

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

Color convert

RGB 187 205 177 -
CMYK 0.09 0 0.14 0.20
HSL 98.57º 0.22% 0.75% -
HSV(B) 98.57º 0.14% 0.8% -
XYZ 50.26 57.4 50.03 -
YUV 196.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 187 205 177 0.09 0 0.14 0.20 98.57 0.22 0.75
Hex BB CD B1 9 0 E 14 63 16 4B
Octal 273 315 261 11 0 16 24 143 26 113
Binary 10111011 11001101 10110001 1001 0 1110 10100 1100011 10110 1001011

Color Harmonies of #BBCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDB1

Black with #BBCDB1

Text Example


Text Example

White with #BBCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDB1; }

 p { color: rgb(187,205,177); }

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

background-color css

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

 a { background-color: rgb(187,205,177); }

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

border-color css

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

 span { border-color: rgb(187,205,177); }

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