#BCD984

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

Shades of Sulu #BCD984

Tints of Sulu #BCD984

Color information

#BCD984 (or 0xBCD984) is unknown color: approx Sulu. HEX triplet: BC, D9 and 84. RGB value is (188,217,132). Sum of RGB (Red+Green+Blue) = 188+217+132=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD984 is #43267B. Grayscale: #C6C6C6. Windows color (decimal): -4400764 or 8706492. OLE color: 8706492.

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

Color convert

RGB188217132-
CMYK0.1300.390.15
HSL80.47º52.8%68.43%-
HSV(B)80.47º39.17%85.1%-
XYZ49.7261.9831.17-
YUV198.6490.39120.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=35.01%
G=40.41%
B=24.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171320.1300.390.1580.4752.868.43
HexBCD984D027F503544
Octal274331204150471712065104
Binary10111100110110011000010011010100111111110100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD984; }

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

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

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

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

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

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

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

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