Html Css Color HEX #BBC4B1 Tasman

📋 copy color: '#BBC4B1'

red 187 ◦ green 196 ◦ blue 177

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

Shades of Tasman #BBC4B1

Tints of Tasman #BBC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 33.39%
G = 35%
B = 31.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BBC4B1 (or 0xBBC4B1) is known color: Tasman. HEX triplet: BB, C4 and B1. RGB value is (187,196,177). Sum of RGB (Red+Green+Blue) = 187+196+177=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4B1 is #443B4E. Grayscale: #BFBFBF. Windows color (decimal): -4471631 or 11650235. OLE color: 11650235.

HSL color Cylindrical-coordinate representation of color #BBC4B1: hue angle of 88.42º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC4B1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 177 -
CMYK 0.05 0 0.10 0.23
HSL 88.42º 0.14% 0.73% -
HSV(B) 88.42º 0.1% 0.77% -
XYZ 48.17 53.22 49.33 -
YUV 191.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 187 196 177 0.05 0 0.10 0.23 88.42 0.14 0.73
Hex BB C4 B1 5 0 A 17 58 E 49
Octal 273 304 261 5 0 12 27 130 16 111
Binary 10111011 11000100 10110001 101 0 1010 10111 1011000 1110 1001001

Color Harmonies of #BBC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4B1

Black with #BBC4B1

Text Example


Text Example

White with #BBC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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