Html Css Color HEX #BCEAAA Madang

📋 copy color: '#BCEAAA'

red 188 ◦ green 234 ◦ blue 170

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

Shades of Madang #BCEAAA

Tints of Madang #BCEAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.53%

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

R = 31.76%
G = 39.53%
B = 28.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#BCEAAA (or 0xBCEAAA) is known color: Madang. HEX triplet: BC, EA and AA. RGB value is (188,234,170). Sum of RGB (Red+Green+Blue) = 188+234+170=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAAA is #431555. Grayscale: #D5D5D5. Windows color (decimal): -4396374 or 11201212. OLE color: 11201212.

HSL color Cylindrical-coordinate representation of color #BCEAAA: hue angle of 103.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCEAAA is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 170 -
CMYK 0.20 0 0.27 0.08
HSL 103.13º 0.6% 0.79% -
HSV(B) 103.13º 0.27% 0.92% -
XYZ 57.42 72.44 48.99 -
YUV 212.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 188 234 170 0.20 0 0.27 0.08 103.13 0.6 0.79
Hex BC EA AA 14 0 1B 8 67 3C 4F
Octal 274 352 252 24 0 33 10 147 74 117
Binary 10111100 11101010 10101010 10100 0 11011 1000 1100111 111100 1001111

Color Harmonies of #BCEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAAA

Black with #BCEAAA

Text Example


Text Example

White with #BCEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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