Html Css Color HEX #BDF2B5 Madang

📋 copy color: '#BDF2B5'

red 189 ◦ green 242 ◦ blue 181

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

Shades of Madang #BDF2B5

Tints of Madang #BDF2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.58%

R = 30.88%
G = 39.54%
B = 29.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#BDF2B5 (or 0xBDF2B5) is known color: Madang. HEX triplet: BD, F2 and B5. RGB value is (189,242,181). Sum of RGB (Red+Green+Blue) = 189+242+181=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2B5 is #420D4A. Grayscale: #DBDBDB. Windows color (decimal): -4328779 or 11924157. OLE color: 11924157.

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

Color convert

RGB 189 242 181 -
CMYK 0.22 0 0.25 0.05
HSL 112.13º 0.7% 0.83% -
HSV(B) 112.13º 0.25% 0.95% -
XYZ 61.08 77.66 55.49 -
YUV 219.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 189 242 181 0.22 0 0.25 0.05 112.13 0.7 0.83
Hex BD F2 B5 16 0 19 5 70 46 53
Octal 275 362 265 26 0 31 5 160 106 123
Binary 10111101 11110010 10110101 10110 0 11001 101 1110000 1000110 1010011

Color Harmonies of #BDF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2B5

Black with #BDF2B5

Text Example


Text Example

White with #BDF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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