#BCFB88

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

Shades of Sulu #BCFB88

Tints of Sulu #BCFB88

Color information

#BCFB88 (or 0xBCFB88) is unknown color: approx Sulu. HEX triplet: BC, FB and 88. RGB value is (188,251,136). Sum of RGB (Red+Green+Blue) = 188+251+136=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB88 is #430477. Grayscale: #DBDBDB. Windows color (decimal): -4392056 or 8977340. OLE color: 8977340.

HSL color Cylindrical-coordinate representation of color #BCFB88: hue angle of 92.87º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFB88 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB188251136-
CMYK0.2500.460.02
HSL92.87º93.5%75.88%-
HSV(B)92.87º45.82%98.43%-
XYZ59.6881.4635.87-
YUV219.0581.13105.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 136 (53.52% from 255) = 23.65%
R=32.70%
G=43.65%
B=23.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511360.2500.460.0292.8793.575.88
HexBCFB881902E25d5d4c
Octal274373210310562135135114
Binary10111100111110111000100011001010111010101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB88; }

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

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

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

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

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

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

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

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