#BBF992

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

Shades of Reef #BBF992

Tints of Reef #BBF992

Color information

#BBF992 (or 0xBBF992) is unknown color: approx Reef. HEX triplet: BB, F9 and 92. RGB value is (187,249,146). Sum of RGB (Red+Green+Blue) = 187+249+146=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF992 is #44066D. Grayscale: #DBDBDB. Windows color (decimal): -4458094 or 9632187. OLE color: 9632187.

HSL color Cylindrical-coordinate representation of color #BBF992: hue angle of 96.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF992 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB187249146-
CMYK0.2500.410.02
HSL96.12º89.57%77.45%-
HSV(B)96.12º41.37%97.65%-
XYZ59.5680.3939.57-
YUV218.7286.96105.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 146 (57.42% from 255) = 25.09%
R=32.13%
G=42.78%
B=25.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491460.2500.410.0296.1289.5777.45
HexBBF992190292605a4d
Octal273371222310512140132115
Binary10111011111110011001001011001010100110110000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF992; }

 p { color: rgb(187,249,146); }

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

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

 a { background-color: rgb(187,249,146); }

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

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

 span { border-color: rgb(187,249,146); }

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