#BBDE7D

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

Shades of Sulu #BBDE7D

Tints of Sulu #BBDE7D

Color information

#BBDE7D (or 0xBBDE7D) is unknown color: approx Sulu. HEX triplet: BB, DE and 7D. RGB value is (187,222,125). Sum of RGB (Red+Green+Blue) = 187+222+125=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE7D is #442182. Grayscale: #C8C8C8. Windows color (decimal): -4465027 or 8249019. OLE color: 8249019.

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

Color convert

RGB187222125-
CMYK0.1600.440.13
HSL81.65º59.51%68.04%-
HSV(B)81.65º43.69%87.06%-
XYZ50.3264.2929.16-
YUV200.4885.4118.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=35.02%
G=41.57%
B=23.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221250.1600.440.1381.6559.5168.04
HexBBDE7D1002CD523c44
Octal273336175200541512274104
Binary10111011110111101111101100000101100110110100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE7D; }

 p { color: rgb(187,222,125); }

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

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

 a { background-color: rgb(187,222,125); }

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

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

 span { border-color: rgb(187,222,125); }

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