#BCFD88

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

Shades of Sulu #BCFD88

Tints of Sulu #BCFD88

Color information

#BCFD88 (or 0xBCFD88) is unknown color: approx Sulu. HEX triplet: BC, FD and 88. RGB value is (188,253,136). Sum of RGB (Red+Green+Blue) = 188+253+136=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD88 is #430277. Grayscale: #DCDCDC. Windows color (decimal): -4391544 or 8977852. OLE color: 8977852.

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

Color convert

RGB188253136-
CMYK0.2600.460.01
HSL93.33º96.69%76.27%-
HSV(B)93.33º46.25%99.22%-
XYZ60.3182.7236.08-
YUV220.2380.47105.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 136 (53.52% from 255) = 23.57%
R=32.58%
G=43.85%
B=23.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531360.2600.460.0193.3396.6976.27
HexBCFD881A02E15d614c
Octal274375210320561135141114
Binary1011110011111101100010001101001011101101110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD88; }

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

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

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

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

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

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

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

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