Html Css Color HEX #BCEAB4 Madang

📋 copy color: '#BCEAB4'

red 188 ◦ green 234 ◦ blue 180

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

Shades of Madang #BCEAB4

Tints of Madang #BCEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.9%

R = 31.23%
G = 38.87%
B = 29.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#BCEAB4 (or 0xBCEAB4) is known color: Madang. HEX triplet: BC, EA and B4. RGB value is (188,234,180). Sum of RGB (Red+Green+Blue) = 188+234+180=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAB4 is #43154B. Grayscale: #D6D6D6. Windows color (decimal): -4396364 or 11856572. OLE color: 11856572.

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

Color convert

RGB 188 234 180 -
CMYK 0.20 0 0.23 0.08
HSL 111.11º 0.56% 0.81% -
HSV(B) 111.11º 0.23% 0.92% -
XYZ 58.4 72.83 54.16 -
YUV 214.09 108.76 109.39 -
System Red Green Blue C M Y K H S L
Decimal 188 234 180 0.20 0 0.23 0.08 111.11 0.56 0.81
Hex BC EA B4 14 0 17 8 6F 38 51
Octal 274 352 264 24 0 27 10 157 70 121
Binary 10111100 11101010 10110100 10100 0 10111 1000 1101111 111000 1010001

Color Harmonies of #BCEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAB4

Black with #BCEAB4

Text Example


Text Example

White with #BCEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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