Html Css Color HEX #BDEEA8 Madang

📋 copy color: '#BDEEA8'

red 189 ◦ green 238 ◦ blue 168

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

Shades of Madang #BDEEA8

Tints of Madang #BDEEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40%

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 31.76%
G = 40%
B = 28.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#BDEEA8 (or 0xBDEEA8) is known color: Madang. HEX triplet: BD, EE and A8. RGB value is (189,238,168). Sum of RGB (Red+Green+Blue) = 189+238+168=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEEA8 is #421157. Grayscale: #D7D7D7. Windows color (decimal): -4329816 or 11071165. OLE color: 11071165.

HSL color Cylindrical-coordinate representation of color #BDEEA8: hue angle of 102º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDEEA8 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 168 -
CMYK 0.21 0 0.29 0.07
HSL 102º 0.67% 0.8% -
HSV(B) 102º 0.29% 0.93% -
XYZ 58.63 74.8 48.39 -
YUV 215.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 189 238 168 0.21 0 0.29 0.07 102 0.67 0.8
Hex BD EE A8 15 0 1D 7 66 43 50
Octal 275 356 250 25 0 35 7 146 103 120
Binary 10111101 11101110 10101000 10101 0 11101 111 1100110 1000011 1010000

Color Harmonies of #BDEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEA8

Black with #BDEEA8

Text Example


Text Example

White with #BDEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEA8; }

 p { color: rgb(189,238,168); }

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

background-color css

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

 a { background-color: rgb(189,238,168); }

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

border-color css

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

 span { border-color: rgb(189,238,168); }

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