#BFF192

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

Shades of Reef #BFF192

Tints of Reef #BFF192

Color information

#BFF192 (or 0xBFF192) is unknown color: approx Reef. HEX triplet: BF, F1 and 92. RGB value is (191,241,146). Sum of RGB (Red+Green+Blue) = 191+241+146=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF192 is #400E6D. Grayscale: #D7D7D7. Windows color (decimal): -4197998 or 9630143. OLE color: 9630143.

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

Color convert

RGB191241146-
CMYK0.2100.390.05
HSL91.58º77.24%75.88%-
HSV(B)91.58º39.42%94.51%-
XYZ58.1376.0638.81-
YUV215.2288.94110.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=33.04%
G=41.70%
B=25.26%

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
Decimal1912411460.2100.390.0591.5877.2475.88
HexBFF1921502755c4d4c
Octal277361222250475134115114
Binary101111111111000110010010101010100111101101110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF192; }

 p { color: rgb(191,241,146); }

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

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

 a { background-color: rgb(191,241,146); }

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

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

 span { border-color: rgb(191,241,146); }

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