#BCD981

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

Shades of Sulu #BCD981

Tints of Sulu #BCD981

Color information

#BCD981 (or 0xBCD981) is unknown color: approx Sulu. HEX triplet: BC, D9 and 81. RGB value is (188,217,129). Sum of RGB (Red+Green+Blue) = 188+217+129=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD981 is #43267E. Grayscale: #C6C6C6. Windows color (decimal): -4400767 or 8509884. OLE color: 8509884.

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

Color convert

RGB188217129-
CMYK0.1300.410.15
HSL79.77º53.66%67.84%-
HSV(B)79.77º40.55%85.1%-
XYZ49.5161.930.11-
YUV198.388.89120.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=35.21%
G=40.64%
B=24.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171290.1300.410.1579.7753.6667.84
HexBCD981D029F503644
Octal274331201150511712066104
Binary10111100110110011000000111010101001111110100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD981; }

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

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

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

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

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

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

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

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