#BCDC81

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

Shades of Sulu #BCDC81

Tints of Sulu #BCDC81

Color information

#BCDC81 (or 0xBCDC81) is unknown color: approx Sulu. HEX triplet: BC, DC and 81. RGB value is (188,220,129). Sum of RGB (Red+Green+Blue) = 188+220+129=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC81 is #43237E. Grayscale: #C8C8C8. Windows color (decimal): -4399999 or 8510652. OLE color: 8510652.

HSL color Cylindrical-coordinate representation of color #BCDC81: hue angle of 81.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCDC81 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB188220129-
CMYK0.1500.410.14
HSL81.1º56.52%68.43%-
HSV(B)81.1º41.36%86.27%-
XYZ50.2963.4630.37-
YUV200.0687.9119.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=35.01%
G=40.97%
B=24.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201290.1500.410.1481.156.5268.43
HexBCDC81F029E513944
Octal274334201170511612171104
Binary10111100110111001000000111110101001111010100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC81; }

 p { color: rgb(188,220,129); }

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

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

 a { background-color: rgb(188,220,129); }

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

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

 span { border-color: rgb(188,220,129); }

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