Html Css Color HEX #BCE6AA Madang

📋 copy color: '#BCE6AA'

red 188 ◦ green 230 ◦ blue 170

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

Shades of Madang #BCE6AA

Tints of Madang #BCE6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.91%

R = 31.97%
G = 39.12%
B = 28.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#BCE6AA (or 0xBCE6AA) is known color: Madang. HEX triplet: BC, E6 and AA. RGB value is (188,230,170). Sum of RGB (Red+Green+Blue) = 188+230+170=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE6AA is #431955. Grayscale: #D2D2D2. Windows color (decimal): -4397398 or 11200188. OLE color: 11200188.

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

Color convert

RGB 188 230 170 -
CMYK 0.18 0 0.26 0.10
HSL 102º 0.55% 0.78% -
HSV(B) 102º 0.26% 0.9% -
XYZ 56.29 70.19 48.61 -
YUV 210.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 188 230 170 0.18 0 0.26 0.10 102 0.55 0.78
Hex BC E6 AA 12 0 1A A 66 37 4E
Octal 274 346 252 22 0 32 12 146 67 116
Binary 10111100 11100110 10101010 10010 0 11010 1010 1100110 110111 1001110

Color Harmonies of #BCE6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6AA

Black with #BCE6AA

Text Example


Text Example

White with #BCE6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6AA; }

 p { color: rgb(188,230,170); }

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

background-color css

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

 a { background-color: rgb(188,230,170); }

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

border-color css

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

 span { border-color: rgb(188,230,170); }

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