Html Css Color HEX #BBEFAF Madang

📋 copy color: '#BBEFAF'

red 187 ◦ green 239 ◦ blue 175

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

Shades of Madang #BBEFAF

Tints of Madang #BBEFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.77%

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

R = 31.11%
G = 39.77%
B = 29.12%

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

#BBEFAF (or 0xBBEFAF) is known color: Madang. HEX triplet: BB, EF and AF. RGB value is (187,239,175). Sum of RGB (Red+Green+Blue) = 187+239+175=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEFAF is #441050. Grayscale: #D8D8D8. Windows color (decimal): -4460625 or 11530171. OLE color: 11530171.

HSL color Cylindrical-coordinate representation of color #BBEFAF: hue angle of 108.75º degrees, saturation: 0.67, 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 #BBEFAF is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 175 -
CMYK 0.22 0 0.27 0.06
HSL 108.75º 0.67% 0.81% -
HSV(B) 108.75º 0.27% 0.94% -
XYZ 59.1 75.39 51.99 -
YUV 216.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 187 239 175 0.22 0 0.27 0.06 108.75 0.67 0.81
Hex BB EF AF 16 0 1B 6 6D 43 51
Octal 273 357 257 26 0 33 6 155 103 121
Binary 10111011 11101111 10101111 10110 0 11011 110 1101101 1000011 1010001

Color Harmonies of #BBEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFAF

Black with #BBEFAF

Text Example


Text Example

White with #BBEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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