#BCEA92

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

Shades of Sulu #BCEA92

Tints of Sulu #BCEA92

Color information

#BCEA92 (or 0xBCEA92) is unknown color: approx Sulu. HEX triplet: BC, EA and 92. RGB value is (188,234,146). Sum of RGB (Red+Green+Blue) = 188+234+146=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA92 is #43156D. Grayscale: #D2D2D2. Windows color (decimal): -4396398 or 9628348. OLE color: 9628348.

HSL color Cylindrical-coordinate representation of color #BCEA92: hue angle of 91.36º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCEA92 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB188234146-
CMYK0.2000.380.08
HSL91.36º67.69%74.51%-
HSV(B)91.36º37.61%91.76%-
XYZ55.3571.6138.1-
YUV210.2191.76112.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=33.10%
G=41.20%
B=25.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341460.2000.380.0891.3667.6974.51
HexBCEA921402685b444b
Octal2743522222404610133104113
Binary1011110011101010100100101010001001101000101101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA92; }

 p { color: rgb(188,234,146); }

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

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

 a { background-color: rgb(188,234,146); }

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

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

 span { border-color: rgb(188,234,146); }

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