#BBFF92

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

Shades of Reef #BBFF92

Tints of Reef #BBFF92

Color information

#BBFF92 (or 0xBBFF92) is unknown color: approx Reef. HEX triplet: BB, FF and 92. RGB value is (187,255,146). Sum of RGB (Red+Green+Blue) = 187+255+146=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFF92 is #44006D. Grayscale: #DEDEDE. Windows color (decimal): -4456558 or 9633723. OLE color: 9633723.

HSL color Cylindrical-coordinate representation of color #BBFF92: hue angle of 97.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBFF92 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB187255146-
CMYK0.2700.430
HSL97.43º100%78.63%-
HSV(B)97.43º42.75%100%-
XYZ61.4484.1640.2-
YUV222.2484.97102.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 146 (57.42% from 255) = 24.83%
R=31.80%
G=43.37%
B=24.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551460.2700.43097.4310078.63
HexBBFF921B02B061644f
Octal273377222330530141144117
Binary1011101111111111100100101101101010110110000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF92; }

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

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

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

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

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

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

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

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