Html Css Color HEX #BCF0B4 Madang

📋 copy color: '#BCF0B4'

red 188 ◦ green 240 ◦ blue 180

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

Shades of Madang #BCF0B4

Tints of Madang #BCF0B4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.47%

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

R = 30.92%
G = 39.47%
B = 29.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#BCF0B4 (or 0xBCF0B4) is known color: Madang. HEX triplet: BC, F0 and B4. RGB value is (188,240,180). Sum of RGB (Red+Green+Blue) = 188+240+180=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0B4 is #430F4B. Grayscale: #D9D9D9. Windows color (decimal): -4394828 or 11858108. OLE color: 11858108.

HSL color Cylindrical-coordinate representation of color #BCF0B4: hue angle of 112º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF0B4 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 180 -
CMYK 0.22 0 0.25 0.06
HSL 112º 0.67% 0.82% -
HSV(B) 112º 0.25% 0.94% -
XYZ 60.14 76.31 54.74 -
YUV 217.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 188 240 180 0.22 0 0.25 0.06 112 0.67 0.82
Hex BC F0 B4 16 0 19 6 70 43 52
Octal 274 360 264 26 0 31 6 160 103 122
Binary 10111100 11110000 10110100 10110 0 11001 110 1110000 1000011 1010010

Color Harmonies of #BCF0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0B4

Black with #BCF0B4

Text Example


Text Example

White with #BCF0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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