Html Css Color HEX #BCEBAF Madang

📋 copy color: '#BCEBAF'

red 188 ◦ green 235 ◦ blue 175

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

Shades of Madang #BCEBAF

Tints of Madang #BCEBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.3%

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

R = 31.44%
G = 39.3%
B = 29.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#BCEBAF (or 0xBCEBAF) is known color: Madang. HEX triplet: BC, EB and AF. RGB value is (188,235,175). Sum of RGB (Red+Green+Blue) = 188+235+175=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBAF is #431450. Grayscale: #D6D6D6. Windows color (decimal): -4396113 or 11529148. OLE color: 11529148.

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

Color convert

RGB 188 235 175 -
CMYK 0.2 0 0.26 0.08
HSL 107º 0.6% 0.8% -
HSV(B) 107º 0.26% 0.92% -
XYZ 58.19 73.2 51.62 -
YUV 214.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 188 235 175 0.2 0 0.26 0.08 107 0.6 0.8
Hex BC EB AF 14 0 1A 8 6B 3C 50
Octal 274 353 257 24 0 32 10 153 74 120
Binary 10111100 11101011 10101111 10100 0 11010 1000 1101011 111100 1010000

Color Harmonies of #BCEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBAF

Black with #BCEBAF

Text Example


Text Example

White with #BCEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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