#BFF997

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

Shades of Reef #BFF997

Tints of Reef #BFF997

Color information

#BFF997 (or 0xBFF997) is unknown color: approx Reef. HEX triplet: BF, F9 and 97. RGB value is (191,249,151). Sum of RGB (Red+Green+Blue) = 191+249+151=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF997 is #400668. Grayscale: #DCDCDC. Windows color (decimal): -4195945 or 9959871. OLE color: 9959871.

HSL color Cylindrical-coordinate representation of color #BFF997: hue angle of 95.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF997 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB191249151-
CMYK0.2300.390.02
HSL95.51º89.09%78.43%-
HSV(B)95.51º39.36%97.65%-
XYZ60.9581.0641.71-
YUV220.4988.78106.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 249 (97.66% from 255) = 42.13%
BLUE value IS 151 (59.38% from 255) = 25.55%
R=32.32%
G=42.13%
B=25.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491510.2300.390.0295.5189.0978.43
HexBFF99717027260594e
Octal277371227270472140131116
Binary10111111111110011001011110111010011110110000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF997; }

 p { color: rgb(191,249,151); }

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

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

 a { background-color: rgb(191,249,151); }

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

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

 span { border-color: rgb(191,249,151); }

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