Html Css Color HEX #BCFE94 Reef

📋 copy color: '#BCFE94'

red 188 ◦ green 254 ◦ blue 148

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

Shades of Reef #BCFE94

Tints of Reef #BCFE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.08%

R = 31.86%
G = 43.05%
B = 25.08%

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

#BCFE94 (or 0xBCFE94) is known color: Reef. HEX triplet: BC, FE and 94. RGB value is (188,254,148). Sum of RGB (Red+Green+Blue) = 188+254+148=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE94 is #43016B. Grayscale: #DEDEDE. Windows color (decimal): -4391276 or 9764540. OLE color: 9764540.

HSL color Cylindrical-coordinate representation of color #BCFE94: hue angle of 97.36º 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 #BCFE94 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 148 -
CMYK 0.26 0 0.42 0.00
HSL 97.36º 0.98% 0.79% -
HSV(B) 97.36º 0.42% 1% -
XYZ 61.53 83.71 40.93 -
YUV 222.18 86.13 103.62 -
System Red Green Blue C M Y K H S L
Decimal 188 254 148 0.26 0 0.42 0.00 97.36 0.98 0.79
Hex BC FE 94 1A 0 2A 0 61 62 4F
Octal 274 376 224 32 0 52 0 141 142 117
Binary 10111100 11111110 10010100 11010 0 101010 0 1100001 1100010 1001111

Color Harmonies of #BCFE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE94

Black with #BCFE94

Text Example


Text Example

White with #BCFE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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