#BCDA8B

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

Shades of Sulu #BCDA8B

Tints of Sulu #BCDA8B

Color information

#BCDA8B (or 0xBCDA8B) is unknown color: approx Sulu. HEX triplet: BC, DA and 8B. RGB value is (188,218,139). Sum of RGB (Red+Green+Blue) = 188+218+139=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8B is #432574. Grayscale: #C8C8C8. Windows color (decimal): -4400501 or 9165500. OLE color: 9165500.

HSL color Cylindrical-coordinate representation of color #BCDA8B: hue angle of 82.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCDA8B is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB188218139-
CMYK0.1400.360.15
HSL82.78º51.63%70%-
HSV(B)82.78º36.24%85.49%-
XYZ50.4762.733.87-
YUV200.0293.56119.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=34.50%
G=40%
B=25.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181390.1400.360.1582.7851.6370
HexBCDA8BE024F533446
Octal274332213160441712364106
Binary10111100110110101000101111100100100111110100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA8B; }

 p { color: rgb(188,218,139); }

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

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

 a { background-color: rgb(188,218,139); }

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

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

 span { border-color: rgb(188,218,139); }

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