#BBF864

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

Shades of Sulu #BBF864

Tints of Sulu #BBF864

Color information

#BBF864 (or 0xBBF864) is unknown color: approx Sulu. HEX triplet: BB, F8 and 64. RGB value is (187,248,100). Sum of RGB (Red+Green+Blue) = 187+248+100=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF864 is #44079B. Grayscale: #D5D5D5. Windows color (decimal): -4458396 or 6617275. OLE color: 6617275.

HSL color Cylindrical-coordinate representation of color #BBF864: hue angle of 84.73º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF864 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB187248100-
CMYK0.2500.600.03
HSL84.73º91.36%68.24%-
HSV(B)84.73º59.68%97.25%-
XYZ56.3678.6224.26-
YUV212.8964.29109.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 100 (39.45% from 255) = 18.69%
R=34.95%
G=46.36%
B=18.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872481000.2500.600.0384.7391.3668.24
HexBBF8641903C3555b44
Octal273370144310743125133104
Binary1011101111111000110010011001011110011101010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF864; }

 p { color: rgb(187,248,100); }

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

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

 a { background-color: rgb(187,248,100); }

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

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

 span { border-color: rgb(187,248,100); }

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