Html Css Color HEX #BDDFB2 Madang

📋 copy color: '#BDDFB2'

red 189 ◦ green 223 ◦ blue 178

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

Shades of Madang #BDDFB2

Tints of Madang #BDDFB2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

 BLUE value IS 178 (69.92% from 255) = 30.17%

R = 32.03%
G = 37.8%
B = 30.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BDDFB2 (or 0xBDDFB2) is known color: Madang. HEX triplet: BD, DF and B2. RGB value is (189,223,178). Sum of RGB (Red+Green+Blue) = 189+223+178=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFB2 is #42204D. Grayscale: #CFCFCF. Windows color (decimal): -4333646 or 11722685. OLE color: 11722685.

HSL color Cylindrical-coordinate representation of color #BDDFB2: hue angle of 105.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDFB2 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 178 -
CMYK 0.15 0 0.20 0.13
HSL 105.33º 0.41% 0.79% -
HSV(B) 105.33º 0.2% 0.87% -
XYZ 55.41 66.81 52.09 -
YUV 207.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 189 223 178 0.15 0 0.20 0.13 105.33 0.41 0.79
Hex BD DF B2 F 0 14 D 69 29 4F
Octal 275 337 262 17 0 24 15 151 51 117
Binary 10111101 11011111 10110010 1111 0 10100 1101 1101001 101001 1001111

Color Harmonies of #BDDFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFB2

Black with #BDDFB2

Text Example


Text Example

White with #BDDFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFB2; }

 p { color: rgb(189,223,178); }

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

background-color css

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

 a { background-color: rgb(189,223,178); }

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

border-color css

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

 span { border-color: rgb(189,223,178); }

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