Html Css Color HEX #BCF094 Reef

📋 copy color: '#BCF094'

red 188 ◦ green 240 ◦ blue 148

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

Shades of Reef #BCF094

Tints of Reef #BCF094

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.67%

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

R = 32.64%
G = 41.67%
B = 25.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#BCF094 (or 0xBCF094) is known color: Reef. HEX triplet: BC, F0 and 94. RGB value is (188,240,148). Sum of RGB (Red+Green+Blue) = 188+240+148=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF094 is #430F6B. Grayscale: #D6D6D6. Windows color (decimal): -4394860 or 9760956. OLE color: 9760956.

HSL color Cylindrical-coordinate representation of color #BCF094: hue angle of 93.91º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF094 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 148 -
CMYK 0.22 0 0.38 0.06
HSL 93.91º 0.75% 0.76% -
HSV(B) 93.91º 0.38% 0.94% -
XYZ 57.24 75.15 39.51 -
YUV 213.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 188 240 148 0.22 0 0.38 0.06 93.91 0.75 0.76
Hex BC F0 94 16 0 26 6 5E 4B 4C
Octal 274 360 224 26 0 46 6 136 113 114
Binary 10111100 11110000 10010100 10110 0 100110 110 1011110 1001011 1001100

Color Harmonies of #BCF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF094

Black with #BCF094

Text Example


Text Example

White with #BCF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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