#BFF396

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

Shades of Reef #BFF396

Tints of Reef #BFF396

Color information

#BFF396 (or 0xBFF396) is unknown color: approx Reef. HEX triplet: BF, F3 and 96. RGB value is (191,243,150). Sum of RGB (Red+Green+Blue) = 191+243+150=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF396 is #400C69. Grayscale: #D9D9D9. Windows color (decimal): -4197482 or 9892799. OLE color: 9892799.

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

Color convert

RGB191243150-
CMYK0.2100.380.05
HSL93.55º79.49%77.06%-
HSV(B)93.55º38.27%95.29%-
XYZ59.0477.3840.68-
YUV216.8590.27109.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=32.71%
G=41.61%
B=25.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912431500.2100.380.0593.5579.4977.06
HexBFF3961502655e4f4d
Octal277363226250465136117115
Binary101111111111001110010110101010100110101101111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF396; }

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

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

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

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

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

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

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

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