Html Css Color HEX #BDEFA5 Madang

📋 copy color: '#BDEFA5'

red 189 ◦ green 239 ◦ blue 165

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

Shades of Madang #BDEFA5

Tints of Madang #BDEFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.82%

R = 31.87%
G = 40.3%
B = 27.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#BDEFA5 (or 0xBDEFA5) is known color: Madang. HEX triplet: BD, EF and A5. RGB value is (189,239,165). Sum of RGB (Red+Green+Blue) = 189+239+165=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFA5 is #42105A. Grayscale: #D7D7D7. Windows color (decimal): -4329563 or 10874813. OLE color: 10874813.

HSL color Cylindrical-coordinate representation of color #BDEFA5: hue angle of 100.54º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDEFA5 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 165 -
CMYK 0.21 0 0.31 0.06
HSL 100.54º 0.7% 0.79% -
HSV(B) 100.54º 0.31% 0.94% -
XYZ 58.64 75.27 47.03 -
YUV 215.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 189 239 165 0.21 0 0.31 0.06 100.54 0.7 0.79
Hex BD EF A5 15 0 1F 6 65 46 4F
Octal 275 357 245 25 0 37 6 145 106 117
Binary 10111101 11101111 10100101 10101 0 11111 110 1100101 1000110 1001111

Color Harmonies of #BDEFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFA5

Black with #BDEFA5

Text Example


Text Example

White with #BDEFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFA5; }

 p { color: rgb(189,239,165); }

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

background-color css

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

 a { background-color: rgb(189,239,165); }

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

border-color css

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

 span { border-color: rgb(189,239,165); }

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