Html Css Color HEX #BCEEAF Madang

📋 copy color: '#BCEEAF'

red 188 ◦ green 238 ◦ blue 175

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

Shades of Madang #BCEEAF

Tints of Madang #BCEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.6%

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 31.28%
G = 39.6%
B = 29.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#BCEEAF (or 0xBCEEAF) is known color: Madang. HEX triplet: BC, EE and AF. RGB value is (188,238,175). Sum of RGB (Red+Green+Blue) = 188+238+175=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEAF is #431150. Grayscale: #D8D8D8. Windows color (decimal): -4395345 or 11529916. OLE color: 11529916.

HSL color Cylindrical-coordinate representation of color #BCEEAF: hue angle of 107.62º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEEAF is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 175 -
CMYK 0.21 0 0.26 0.07
HSL 107.62º 0.65% 0.81% -
HSV(B) 107.62º 0.26% 0.93% -
XYZ 59.05 74.94 51.91 -
YUV 215.87 104.94 108.12 -
System Red Green Blue C M Y K H S L
Decimal 188 238 175 0.21 0 0.26 0.07 107.62 0.65 0.81
Hex BC EE AF 15 0 1A 7 6C 41 51
Octal 274 356 257 25 0 32 7 154 101 121
Binary 10111100 11101110 10101111 10101 0 11010 111 1101100 1000001 1010001

Color Harmonies of #BCEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEAF

Black with #BCEEAF

Text Example


Text Example

White with #BCEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEAF; }

 p { color: rgb(188,238,175); }

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

background-color css

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

 a { background-color: rgb(188,238,175); }

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

border-color css

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

 span { border-color: rgb(188,238,175); }

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