#BCF681

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

Shades of Sulu #BCF681

Tints of Sulu #BCF681

Color information

#BCF681 (or 0xBCF681) is unknown color: approx Sulu. HEX triplet: BC, F6 and 81. RGB value is (188,246,129). Sum of RGB (Red+Green+Blue) = 188+246+129=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF681 is #43097E. Grayscale: #D7D7D7. Windows color (decimal): -4393343 or 8517308. OLE color: 8517308.

HSL color Cylindrical-coordinate representation of color #BCF681: hue angle of 89.74º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF681 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB188246129-
CMYK0.2400.480.04
HSL89.74º86.67%73.53%-
HSV(B)89.74º47.56%96.47%-
XYZ57.6678.1932.82-
YUV215.3279.28108.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 246 (96.48% from 255) = 43.69%
BLUE value IS 129 (50.78% from 255) = 22.91%
R=33.39%
G=43.69%
B=22.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461290.2400.480.0489.7486.6773.53
HexBCF6811803045a574a
Octal274366201300604132127112
Binary101111001111011010000001110000110000100101101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF681; }

 p { color: rgb(188,246,129); }

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

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

 a { background-color: rgb(188,246,129); }

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

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

 span { border-color: rgb(188,246,129); }

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