#BCF183

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

Shades of Sulu #BCF183

Tints of Sulu #BCF183

Color information

#BCF183 (or 0xBCF183) is unknown color: approx Sulu. HEX triplet: BC, F1 and 83. RGB value is (188,241,131). Sum of RGB (Red+Green+Blue) = 188+241+131=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF183 is #430E7C. Grayscale: #D5D5D5. Windows color (decimal): -4394621 or 8647100. OLE color: 8647100.

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

Color convert

RGB188241131-
CMYK0.2200.460.05
HSL88.91º79.71%72.94%-
HSV(B)88.91º45.64%94.51%-
XYZ56.2975.2433.03-
YUV212.6181.94110.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 131 (51.56% from 255) = 23.39%
R=33.57%
G=43.04%
B=23.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411310.2200.460.0588.9179.7172.94
HexBCF1831602E5595049
Octal274361203260565131120111
Binary101111001111000110000011101100101110101101100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF183; }

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

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

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

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

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

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

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

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