Html Css Color HEX #BDF2B4 Madang

📋 copy color: '#BDF2B4'

red 189 ◦ green 242 ◦ blue 180

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

Shades of Madang #BDF2B4

Tints of Madang #BDF2B4

RGB

 RED value IS 189 (74.22% from 255) = 30.93%

 GREEN value IS 242 (94.92% from 255) = 39.61%

 BLUE value IS 180 (70.7% from 255) = 29.46%

R = 30.93%
G = 39.61%
B = 29.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#BDF2B4 (or 0xBDF2B4) is known color: Madang. HEX triplet: BD, F2 and B4. RGB value is (189,242,180). Sum of RGB (Red+Green+Blue) = 189+242+180=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2B4 is #420D4B. Grayscale: #DBDBDB. Windows color (decimal): -4328780 or 11858621. OLE color: 11858621.

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

Color convert

RGB 189 242 180 -
CMYK 0.22 0 0.26 0.05
HSL 111.29º 0.7% 0.83% -
HSV(B) 111.29º 0.26% 0.95% -
XYZ 60.98 77.62 54.95 -
YUV 219.09 105.94 106.54 -
System Red Green Blue C M Y K H S L
Decimal 189 242 180 0.22 0 0.26 0.05 111.29 0.7 0.83
Hex BD F2 B4 16 0 1A 5 6F 46 53
Octal 275 362 264 26 0 32 5 157 106 123
Binary 10111101 11110010 10110100 10110 0 11010 101 1101111 1000110 1010011

Color Harmonies of #BDF2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2B4

Black with #BDF2B4

Text Example


Text Example

White with #BDF2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2B4; }

 p { color: rgb(189,242,180); }

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

background-color css

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

 a { background-color: rgb(189,242,180); }

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

border-color css

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

 span { border-color: rgb(189,242,180); }

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