Html Css Color HEX #BCFE93 Reef

📋 copy color: '#BCFE93'

red 188 ◦ green 254 ◦ blue 147

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

Shades of Reef #BCFE93

Tints of Reef #BCFE93

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.12%

 BLUE value IS 147 (57.81% from 255) = 24.96%

R = 31.92%
G = 43.12%
B = 24.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#BCFE93 (or 0xBCFE93) is known color: Reef. HEX triplet: BC, FE and 93. RGB value is (188,254,147). Sum of RGB (Red+Green+Blue) = 188+254+147=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE93 is #43016C. Grayscale: #DEDEDE. Windows color (decimal): -4391277 or 9699004. OLE color: 9699004.

HSL color Cylindrical-coordinate representation of color #BCFE93: hue angle of 97.01º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCFE93 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 147 -
CMYK 0.26 0 0.42 0.00
HSL 97.01º 0.98% 0.79% -
HSV(B) 97.01º 0.42% 1% -
XYZ 61.45 83.68 40.52 -
YUV 222.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 188 254 147 0.26 0 0.42 0.00 97.01 0.98 0.79
Hex BC FE 93 1A 0 2A 0 61 62 4F
Octal 274 376 223 32 0 52 0 141 142 117
Binary 10111100 11111110 10010011 11010 0 101010 0 1100001 1100010 1001111

Color Harmonies of #BCFE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE93

Black with #BCFE93

Text Example


Text Example

White with #BCFE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE93; }

 p { color: rgb(188,254,147); }

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

background-color css

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

 a { background-color: rgb(188,254,147); }

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

border-color css

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

 span { border-color: rgb(188,254,147); }

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