Html Css Color HEX #BCF194 Reef

📋 copy color: '#BCF194'

red 188 ◦ green 241 ◦ blue 148

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

Shades of Reef #BCF194

Tints of Reef #BCF194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.77%

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

R = 32.58%
G = 41.77%
B = 25.65%

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

#BCF194 (or 0xBCF194) is known color: Reef. HEX triplet: BC, F1 and 94. RGB value is (188,241,148). Sum of RGB (Red+Green+Blue) = 188+241+148=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF194 is #430E6B. Grayscale: #D6D6D6. Windows color (decimal): -4394604 or 9761212. OLE color: 9761212.

HSL color Cylindrical-coordinate representation of color #BCF194: hue angle of 94.19º degrees, saturation: 0.77, 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 #BCF194 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 148 -
CMYK 0.22 0 0.39 0.05
HSL 94.19º 0.77% 0.76% -
HSV(B) 94.19º 0.39% 0.95% -
XYZ 57.54 75.74 39.6 -
YUV 214.55 90.44 109.06 -
System Red Green Blue C M Y K H S L
Decimal 188 241 148 0.22 0 0.39 0.05 94.19 0.77 0.76
Hex BC F1 94 16 0 27 5 5E 4D 4C
Octal 274 361 224 26 0 47 5 136 115 114
Binary 10111100 11110001 10010100 10110 0 100111 101 1011110 1001101 1001100

Color Harmonies of #BCF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF194

Black with #BCF194

Text Example


Text Example

White with #BCF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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