Html Css Color HEX #BCF69B Madang

📋 copy color: '#BCF69B'

red 188 ◦ green 246 ◦ blue 155

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

Shades of Madang #BCF69B

Tints of Madang #BCF69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.77%

 BLUE value IS 155 (60.94% from 255) = 26.32%

R = 31.92%
G = 41.77%
B = 26.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#BCF69B (or 0xBCF69B) is known color: Madang. HEX triplet: BC, F6 and 9B. RGB value is (188,246,155). Sum of RGB (Red+Green+Blue) = 188+246+155=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF69B is #430964. Grayscale: #DADADA. Windows color (decimal): -4393317 or 10221244. OLE color: 10221244.

HSL color Cylindrical-coordinate representation of color #BCF69B: hue angle of 98.24º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF69B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 155 -
CMYK 0.24 0 0.37 0.04
HSL 98.24º 0.83% 0.79% -
HSV(B) 98.24º 0.37% 0.96% -
XYZ 59.61 78.97 43.11 -
YUV 218.28 92.28 106.4 -
System Red Green Blue C M Y K H S L
Decimal 188 246 155 0.24 0 0.37 0.04 98.24 0.83 0.79
Hex BC F6 9B 18 0 25 4 62 53 4F
Octal 274 366 233 30 0 45 4 142 123 117
Binary 10111100 11110110 10011011 11000 0 100101 100 1100010 1010011 1001111

Color Harmonies of #BCF69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF69B

Black with #BCF69B

Text Example


Text Example

White with #BCF69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF69B; }

 p { color: rgb(188,246,155); }

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

background-color css

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

 a { background-color: rgb(188,246,155); }

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

border-color css

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

 span { border-color: rgb(188,246,155); }

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