Html Css Color HEX #BCF294 Reef

📋 copy color: '#BCF294'

red 188 ◦ green 242 ◦ blue 148

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

Shades of Reef #BCF294

Tints of Reef #BCF294

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.87%

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

R = 32.53%
G = 41.87%
B = 25.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BCF294 (or 0xBCF294) is known color: Reef. HEX triplet: BC, F2 and 94. RGB value is (188,242,148). Sum of RGB (Red+Green+Blue) = 188+242+148=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF294 is #430D6B. Grayscale: #D7D7D7. Windows color (decimal): -4394348 or 9761468. OLE color: 9761468.

HSL color Cylindrical-coordinate representation of color #BCF294: hue angle of 94.47º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF294 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 148 -
CMYK 0.22 0 0.39 0.05
HSL 94.47º 0.78% 0.76% -
HSV(B) 94.47º 0.39% 0.95% -
XYZ 57.84 76.33 39.7 -
YUV 215.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 188 242 148 0.22 0 0.39 0.05 94.47 0.78 0.76
Hex BC F2 94 16 0 27 5 5E 4E 4C
Octal 274 362 224 26 0 47 5 136 116 114
Binary 10111100 11110010 10010100 10110 0 100111 101 1011110 1001110 1001100

Color Harmonies of #BCF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF294

Black with #BCF294

Text Example


Text Example

White with #BCF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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