#BCF184

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

Shades of Sulu #BCF184

Tints of Sulu #BCF184

Color information

#BCF184 (or 0xBCF184) is unknown color: approx Sulu. HEX triplet: BC, F1 and 84. RGB value is (188,241,132). Sum of RGB (Red+Green+Blue) = 188+241+132=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF184 is #430E7B. Grayscale: #D5D5D5. Windows color (decimal): -4394620 or 8712636. OLE color: 8712636.

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

Color convert

RGB188241132-
CMYK0.2200.450.05
HSL89.17º79.56%73.14%-
HSV(B)89.17º45.23%94.51%-
XYZ56.3675.2733.39-
YUV212.7382.44110.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=33.51%
G=42.96%
B=23.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411320.2200.450.0589.1779.5673.14
HexBCF1841602D5595049
Octal274361204260555131120111
Binary101111001111000110000100101100101101101101100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF184; }

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

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

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

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

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

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

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

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