Html Css Color HEX #BCDEAE Madang

📋 copy color: '#BCDEAE'

red 188 ◦ green 222 ◦ blue 174

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

Shades of Madang #BCDEAE

Tints of Madang #BCDEAE

RGB

 RED value IS 188 (73.83% from 255) = 32.19%

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 32.19%
G = 38.01%
B = 29.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#BCDEAE (or 0xBCDEAE) is known color: Madang. HEX triplet: BC, DE and AE. RGB value is (188,222,174). Sum of RGB (Red+Green+Blue) = 188+222+174=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEAE is #432151. Grayscale: #CECECE. Windows color (decimal): -4399442 or 11460284. OLE color: 11460284.

HSL color Cylindrical-coordinate representation of color #BCDEAE: hue angle of 102.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDEAE is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 174 -
CMYK 0.15 0 0.22 0.13
HSL 102.5º 0.42% 0.78% -
HSV(B) 102.5º 0.22% 0.87% -
XYZ 54.5 65.99 49.91 -
YUV 206.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 188 222 174 0.15 0 0.22 0.13 102.5 0.42 0.78
Hex BC DE AE F 0 16 D 66 2A 4E
Octal 274 336 256 17 0 26 15 146 52 116
Binary 10111100 11011110 10101110 1111 0 10110 1101 1100110 101010 1001110

Color Harmonies of #BCDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEAE

Black with #BCDEAE

Text Example


Text Example

White with #BCDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEAE; }

 p { color: rgb(188,222,174); }

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

background-color css

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

 a { background-color: rgb(188,222,174); }

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

border-color css

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

 span { border-color: rgb(188,222,174); }

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