Html Css Color HEX #BDE6A5 Madang

📋 copy color: '#BDE6A5'

red 189 ◦ green 230 ◦ blue 165

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

Shades of Madang #BDE6A5

Tints of Madang #BDE6A5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

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

R = 32.36%
G = 39.38%
B = 28.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#BDE6A5 (or 0xBDE6A5) is known color: Madang. HEX triplet: BD, E6 and A5. RGB value is (189,230,165). Sum of RGB (Red+Green+Blue) = 189+230+165=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE6A5 is #42195A. Grayscale: #D2D2D2. Windows color (decimal): -4331867 or 10872509. OLE color: 10872509.

HSL color Cylindrical-coordinate representation of color #BDE6A5: hue angle of 97.85º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDE6A5 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 165 -
CMYK 0.18 0 0.28 0.10
HSL 97.85º 0.57% 0.77% -
HSV(B) 97.85º 0.28% 0.9% -
XYZ 56.07 70.13 46.18 -
YUV 210.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 189 230 165 0.18 0 0.28 0.10 97.85 0.57 0.77
Hex BD E6 A5 12 0 1C A 62 39 4D
Octal 275 346 245 22 0 34 12 142 71 115
Binary 10111101 11100110 10100101 10010 0 11100 1010 1100010 111001 1001101

Color Harmonies of #BDE6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6A5

Black with #BDE6A5

Text Example


Text Example

White with #BDE6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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