Html Css Color HEX #BBFFA0 Madang

📋 copy color: '#BBFFA0'

red 187 ◦ green 255 ◦ blue 160

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

Shades of Madang #BBFFA0

Tints of Madang #BBFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 42.36%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 31.06%
G = 42.36%
B = 26.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#BBFFA0 (or 0xBBFFA0) is known color: Madang. HEX triplet: BB, FF and A0. RGB value is (187,255,160). Sum of RGB (Red+Green+Blue) = 187+255+160=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFFA0 is #44005F. Grayscale: #E0E0E0. Windows color (decimal): -4456544 or 10551227. OLE color: 10551227.

HSL color Cylindrical-coordinate representation of color #BBFFA0: hue angle of 102.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBFFA0 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 160 -
CMYK 0.27 0 0.37 0
HSL 102.95º 1% 0.81% -
HSV(B) 102.95º 0.37% 1% -
XYZ 62.6 84.62 46.29 -
YUV 223.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 187 255 160 0.27 0 0.37 0 102.95 1 0.81
Hex BB FF A0 1B 0 25 0 67 64 51
Octal 273 377 240 33 0 45 0 147 144 121
Binary 10111011 11111111 10100000 11011 0 100101 0 1100111 1100100 1010001

Color Harmonies of #BBFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFA0

Black with #BBFFA0

Text Example


Text Example

White with #BBFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFA0; }

 p { color: rgb(187,255,160); }

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

background-color css

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

 a { background-color: rgb(187,255,160); }

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

border-color css

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

 span { border-color: rgb(187,255,160); }

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