Html Css Color HEX #BCF8B2 Madang

📋 copy color: '#BCF8B2'

red 188 ◦ green 248 ◦ blue 178

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

Shades of Madang #BCF8B2

Tints of Madang #BCF8B2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.39%

 BLUE value IS 178 (69.92% from 255) = 28.99%

R = 30.62%
G = 40.39%
B = 28.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#BCF8B2 (or 0xBCF8B2) is known color: Madang. HEX triplet: BC, F8 and B2. RGB value is (188,248,178). Sum of RGB (Red+Green+Blue) = 188+248+178=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF8B2 is #43074D. Grayscale: #DEDEDE. Windows color (decimal): -4392782 or 11729084. OLE color: 11729084.

HSL color Cylindrical-coordinate representation of color #BCF8B2: hue angle of 111.43º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF8B2 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 178 -
CMYK 0.24 0 0.28 0.03
HSL 111.43º 0.83% 0.84% -
HSV(B) 111.43º 0.28% 0.97% -
XYZ 62.34 81.04 54.48 -
YUV 222.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 188 248 178 0.24 0 0.28 0.03 111.43 0.83 0.84
Hex BC F8 B2 18 0 1C 3 6F 53 54
Octal 274 370 262 30 0 34 3 157 123 124
Binary 10111100 11111000 10110010 11000 0 11100 11 1101111 1010011 1010100

Color Harmonies of #BCF8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8B2

Black with #BCF8B2

Text Example


Text Example

White with #BCF8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8B2; }

 p { color: rgb(188,248,178); }

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

background-color css

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

 a { background-color: rgb(188,248,178); }

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

border-color css

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

 span { border-color: rgb(188,248,178); }

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