#BBDF83

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

Shades of Sulu #BBDF83

Tints of Sulu #BBDF83

Color information

#BBDF83 (or 0xBBDF83) is unknown color: approx Sulu. HEX triplet: BB, DF and 83. RGB value is (187,223,131). Sum of RGB (Red+Green+Blue) = 187+223+131=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF83 is #44207C. Grayscale: #CACACA. Windows color (decimal): -4464765 or 8642491. OLE color: 8642491.

HSL color Cylindrical-coordinate representation of color #BBDF83: hue angle of 83.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDF83 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB187223131-
CMYK0.1600.410.13
HSL83.48º58.97%69.41%-
HSV(B)83.48º41.26%87.45%-
XYZ50.9864.9831.33-
YUV201.7588.07117.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 131 (51.56% from 255) = 24.21%
R=34.57%
G=41.22%
B=24.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231310.1600.410.1383.4858.9769.41
HexBBDF8310029D533b45
Octal273337203200511512373105
Binary101110111101111110000011100000101001110110100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF83; }

 p { color: rgb(187,223,131); }

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

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

 a { background-color: rgb(187,223,131); }

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

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

 span { border-color: rgb(187,223,131); }

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