Html Css Color HEX #BDF0B3 Madang

📋 copy color: '#BDF0B3'

red 189 ◦ green 240 ◦ blue 179

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

Shades of Madang #BDF0B3

Tints of Madang #BDF0B3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.47%

 BLUE value IS 179 (70.31% from 255) = 29.44%

R = 31.09%
G = 39.47%
B = 29.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#BDF0B3 (or 0xBDF0B3) is known color: Madang. HEX triplet: BD, F0 and B3. RGB value is (189,240,179). Sum of RGB (Red+Green+Blue) = 189+240+179=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0B3 is #420F4C. Grayscale: #D9D9D9. Windows color (decimal): -4329293 or 11792573. OLE color: 11792573.

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

Color convert

RGB 189 240 179 -
CMYK 0.21 0 0.25 0.06
HSL 110.16º 0.67% 0.82% -
HSV(B) 110.16º 0.25% 0.94% -
XYZ 60.28 76.39 54.22 -
YUV 217.8 106.1 107.46 -
System Red Green Blue C M Y K H S L
Decimal 189 240 179 0.21 0 0.25 0.06 110.16 0.67 0.82
Hex BD F0 B3 15 0 19 6 6E 43 52
Octal 275 360 263 25 0 31 6 156 103 122
Binary 10111101 11110000 10110011 10101 0 11001 110 1101110 1000011 1010010

Color Harmonies of #BDF0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0B3

Black with #BDF0B3

Text Example


Text Example

White with #BDF0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0B3; }

 p { color: rgb(189,240,179); }

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

background-color css

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

 a { background-color: rgb(189,240,179); }

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

border-color css

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

 span { border-color: rgb(189,240,179); }

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