#BCD983

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

Shades of Sulu #BCD983

Tints of Sulu #BCD983

Color information

#BCD983 (or 0xBCD983) is unknown color: approx Sulu. HEX triplet: BC, D9 and 83. RGB value is (188,217,131). Sum of RGB (Red+Green+Blue) = 188+217+131=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD983 is #43267C. Grayscale: #C6C6C6. Windows color (decimal): -4400765 or 8640956. OLE color: 8640956.

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

Color convert

RGB188217131-
CMYK0.1300.400.15
HSL80.23º53.09%68.24%-
HSV(B)80.23º39.63%85.1%-
XYZ49.6561.9630.81-
YUV198.5289.89120.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 131 (51.56% from 255) = 24.44%
R=35.07%
G=40.49%
B=24.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171310.1300.400.1580.2353.0968.24
HexBCD983D028F503544
Octal274331203150501712065104
Binary10111100110110011000001111010101000111110100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD983; }

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

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

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

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

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

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

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

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