Html Css Color HEX #BDF8B6 Madang

📋 copy color: '#BDF8B6'

red 189 ◦ green 248 ◦ blue 182

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

Shades of Madang #BDF8B6

Tints of Madang #BDF8B6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.06%

 BLUE value IS 182 (71.48% from 255) = 29.4%

R = 30.53%
G = 40.06%
B = 29.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#BDF8B6 (or 0xBDF8B6) is known color: Madang. HEX triplet: BD, F8 and B6. RGB value is (189,248,182). Sum of RGB (Red+Green+Blue) = 189+248+182=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8B6 is #420749. Grayscale: #DFDFDF. Windows color (decimal): -4327242 or 11991229. OLE color: 11991229.

HSL color Cylindrical-coordinate representation of color #BDF8B6: hue angle of 113.64º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF8B6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 182 -
CMYK 0.24 0 0.27 0.03
HSL 113.64º 0.83% 0.84% -
HSV(B) 113.64º 0.27% 0.97% -
XYZ 63 81.33 56.63 -
YUV 222.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 189 248 182 0.24 0 0.27 0.03 113.64 0.83 0.84
Hex BD F8 B6 18 0 1B 3 72 52 54
Octal 275 370 266 30 0 33 3 162 122 124
Binary 10111101 11111000 10110110 11000 0 11011 11 1110010 1010010 1010100

Color Harmonies of #BDF8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8B6

Black with #BDF8B6

Text Example


Text Example

White with #BDF8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8B6; }

 p { color: rgb(189,248,182); }

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

background-color css

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

 a { background-color: rgb(189,248,182); }

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

border-color css

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

 span { border-color: rgb(189,248,182); }

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