Html Css Color HEX #BCFE92 Reef

📋 copy color: '#BCFE92'

red 188 ◦ green 254 ◦ blue 146

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

Shades of Reef #BCFE92

Tints of Reef #BCFE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.83%

R = 31.97%
G = 43.2%
B = 24.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#BCFE92 (or 0xBCFE92) is known color: Reef. HEX triplet: BC, FE and 92. RGB value is (188,254,146). Sum of RGB (Red+Green+Blue) = 188+254+146=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE92 is #43016D. Grayscale: #DEDEDE. Windows color (decimal): -4391278 or 9633468. OLE color: 9633468.

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

Color convert

RGB 188 254 146 -
CMYK 0.26 0 0.43 0.00
HSL 96.67º 0.98% 0.78% -
HSV(B) 96.67º 0.43% 1% -
XYZ 61.37 83.65 40.11 -
YUV 221.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 188 254 146 0.26 0 0.43 0.00 96.67 0.98 0.78
Hex BC FE 92 1A 0 2B 0 61 62 4E
Octal 274 376 222 32 0 53 0 141 142 116
Binary 10111100 11111110 10010010 11010 0 101011 0 1100001 1100010 1001110

Color Harmonies of #BCFE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE92

Black with #BCFE92

Text Example


Text Example

White with #BCFE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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