#BCF788

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

Shades of Sulu #BCF788

Tints of Sulu #BCF788

Color information

#BCF788 (or 0xBCF788) is unknown color: approx Sulu. HEX triplet: BC, F7 and 88. RGB value is (188,247,136). Sum of RGB (Red+Green+Blue) = 188+247+136=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF788 is #430877. Grayscale: #D9D9D9. Windows color (decimal): -4393080 or 8976316. OLE color: 8976316.

HSL color Cylindrical-coordinate representation of color #BCF788: hue angle of 91.89º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF788 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB188247136-
CMYK0.2400.450.03
HSL91.89º87.4%75.1%-
HSV(B)91.89º44.94%96.86%-
XYZ58.4478.9935.46-
YUV216.782.45107.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=32.92%
G=43.26%
B=23.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471360.2400.450.0391.8987.475.1
HexBCF7881802D35c574b
Octal274367210300553134127113
Binary10111100111101111000100011000010110111101110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF788; }

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

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

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

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

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

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

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

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