#BCF173

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

Shades of Sulu #BCF173

Tints of Sulu #BCF173

Color information

#BCF173 (or 0xBCF173) is unknown color: approx Sulu. HEX triplet: BC, F1 and 73. RGB value is (188,241,115). Sum of RGB (Red+Green+Blue) = 188+241+115=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF173 is #430E8C. Grayscale: #D3D3D3. Windows color (decimal): -4394637 or 7598524. OLE color: 7598524.

HSL color Cylindrical-coordinate representation of color #BCF173: hue angle of 85.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF173 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB188241115-
CMYK0.2200.520.05
HSL85.24º81.82%69.8%-
HSV(B)85.24º52.28%94.51%-
XYZ55.2974.8427.75-
YUV210.7973.94111.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 115 (45.31% from 255) = 21.14%
R=34.56%
G=44.30%
B=21.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411150.2200.520.0585.2481.8269.8
HexBCF173160345555246
Octal274361163260645125122106
Binary10111100111100011110011101100110100101101010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF173; }

 p { color: rgb(188,241,115); }

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

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

 a { background-color: rgb(188,241,115); }

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

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

 span { border-color: rgb(188,241,115); }

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