Html Css Color HEX #BBF0AF Madang

📋 copy color: '#BBF0AF'

red 187 ◦ green 240 ◦ blue 175

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

Shades of Madang #BBF0AF

Tints of Madang #BBF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.87%

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

R = 31.06%
G = 39.87%
B = 29.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#BBF0AF (or 0xBBF0AF) is known color: Madang. HEX triplet: BB, F0 and AF. RGB value is (187,240,175). Sum of RGB (Red+Green+Blue) = 187+240+175=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF0AF is #440F50. Grayscale: #D8D8D8. Windows color (decimal): -4460369 or 11530427. OLE color: 11530427.

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

Color convert

RGB 187 240 175 -
CMYK 0.22 0 0.27 0.06
HSL 108.92º 0.68% 0.81% -
HSV(B) 108.92º 0.27% 0.94% -
XYZ 59.39 75.98 52.09 -
YUV 216.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 187 240 175 0.22 0 0.27 0.06 108.92 0.68 0.81
Hex BB F0 AF 16 0 1B 6 6D 44 51
Octal 273 360 257 26 0 33 6 155 104 121
Binary 10111011 11110000 10101111 10110 0 11011 110 1101101 1000100 1010001

Color Harmonies of #BBF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0AF

Black with #BBF0AF

Text Example


Text Example

White with #BBF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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