Html Css Color HEX #BBF1AF Madang

📋 copy color: '#BBF1AF'

red 187 ◦ green 241 ◦ blue 175

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

Shades of Madang #BBF1AF

Tints of Madang #BBF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.97%

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

R = 31.01%
G = 39.97%
B = 29.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#BBF1AF (or 0xBBF1AF) is known color: Madang. HEX triplet: BB, F1 and AF. RGB value is (187,241,175). Sum of RGB (Red+Green+Blue) = 187+241+175=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF1AF is #440E50. Grayscale: #D9D9D9. Windows color (decimal): -4460113 or 11530683. OLE color: 11530683.

HSL color Cylindrical-coordinate representation of color #BBF1AF: hue angle of 109.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF1AF is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 175 -
CMYK 0.22 0 0.27 0.05
HSL 109.09º 0.7% 0.82% -
HSV(B) 109.09º 0.27% 0.95% -
XYZ 59.69 76.57 52.19 -
YUV 217.33 104.11 106.37 -
System Red Green Blue C M Y K H S L
Decimal 187 241 175 0.22 0 0.27 0.05 109.09 0.7 0.82
Hex BB F1 AF 16 0 1B 5 6D 46 52
Octal 273 361 257 26 0 33 5 155 106 122
Binary 10111011 11110001 10101111 10110 0 11011 101 1101101 1000110 1010010

Color Harmonies of #BBF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1AF

Black with #BBF1AF

Text Example


Text Example

White with #BBF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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