#BCFD8A

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

Shades of Sulu #BCFD8A

Tints of Sulu #BCFD8A

Color information

#BCFD8A (or 0xBCFD8A) is unknown color: approx Sulu. HEX triplet: BC, FD and 8A. RGB value is (188,253,138). Sum of RGB (Red+Green+Blue) = 188+253+138=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD8A is #430275. Grayscale: #DCDCDC. Windows color (decimal): -4391542 or 9108924. OLE color: 9108924.

HSL color Cylindrical-coordinate representation of color #BCFD8A: hue angle of 93.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCFD8A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB188253138-
CMYK0.2600.450.01
HSL93.91º96.64%76.67%-
HSV(B)93.91º45.45%99.22%-
XYZ60.4582.7836.84-
YUV220.4681.47104.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 138 (54.30% from 255) = 23.83%
R=32.47%
G=43.70%
B=23.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531380.2600.450.0193.9196.6476.67
HexBCFD8A1A02D15e614d
Octal274375212320551136141115
Binary1011110011111101100010101101001011011101111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD8A; }

 p { color: rgb(188,253,138); }

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

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

 a { background-color: rgb(188,253,138); }

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

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

 span { border-color: rgb(188,253,138); }

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