#BCED80

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

Shades of Sulu #BCED80

Tints of Sulu #BCED80

Color information

#BCED80 (or 0xBCED80) is unknown color: approx Sulu. HEX triplet: BC, ED and 80. RGB value is (188,237,128). Sum of RGB (Red+Green+Blue) = 188+237+128=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED80 is #43127F. Grayscale: #D2D2D2. Windows color (decimal): -4395648 or 8449468. OLE color: 8449468.

HSL color Cylindrical-coordinate representation of color #BCED80: hue angle of 86.97º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCED80 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB188237128-
CMYK0.2100.460.07
HSL86.97º75.17%71.57%-
HSV(B)86.97º45.99%92.94%-
XYZ54.9272.8231.58-
YUV209.9281.77112.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=34.00%
G=42.86%
B=23.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371280.2100.460.0786.9775.1771.57
HexBCED801502E7574b48
Octal274355200250567127113110
Binary101111001110110110000000101010101110111101011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED80; }

 p { color: rgb(188,237,128); }

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

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

 a { background-color: rgb(188,237,128); }

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

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

 span { border-color: rgb(188,237,128); }

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