#BBFF69

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

Shades of Sulu #BBFF69

Tints of Sulu #BBFF69

Color information

#BBFF69 (or 0xBBFF69) is unknown color: approx Sulu. HEX triplet: BB, FF and 69. RGB value is (187,255,105). Sum of RGB (Red+Green+Blue) = 187+255+105=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF69 is #440096. Grayscale: #DADADA. Windows color (decimal): -4456599 or 6946747. OLE color: 6946747.

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

Color convert

RGB187255105-
CMYK0.2700.590
HSL87.2º100%70.59%-
HSV(B)87.2º58.82%100%-
XYZ58.883.126.31-
YUV217.5764.47106.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=34.19%
G=46.62%
B=19.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551050.2700.59087.210070.59
HexBBFF691B03B0576447
Octal273377151330730127144107
Binary101110111111111111010011101101110110101011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF69; }

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

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

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

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

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

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

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

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