#BFF394

Color #BFF394 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BFF394

Tints of Reef #BFF394

Color information

#BFF394 (or 0xBFF394) is unknown color: approx Reef. HEX triplet: BF, F3 and 94. RGB value is (191,243,148). Sum of RGB (Red+Green+Blue) = 191+243+148=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF394 is #400C6B. Grayscale: #D8D8D8. Windows color (decimal): -4197484 or 9761727. OLE color: 9761727.

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

Color convert

RGB191243148-
CMYK0.2100.390.05
HSL92.84º79.83%76.67%-
HSV(B)92.84º39.09%95.29%-
XYZ58.8877.3239.84-
YUV216.6289.27109.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 148 (58.20% from 255) = 25.43%
R=32.82%
G=41.75%
B=25.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912431480.2100.390.0592.8479.8376.67
HexBFF3941502755d504d
Octal277363224250475135120115
Binary101111111111001110010100101010100111101101110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF394; }

 p { color: rgb(191,243,148); }

 H1.HeaderClassName
 {
   color: #BFF394;
 }
 .AnyTagClassName
 {
   color: #BFF394;
 }
</style>
background-color css

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

 a { background-color: rgb(191,243,148); }

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

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

 span { border-color: rgb(191,243,148); }

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