#BCEF6A

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

Shades of Sulu #BCEF6A

Tints of Sulu #BCEF6A

Color information

#BCEF6A (or 0xBCEF6A) is unknown color: approx Sulu. HEX triplet: BC, EF and 6A. RGB value is (188,239,106). Sum of RGB (Red+Green+Blue) = 188+239+106=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF6A is #431095. Grayscale: #D1D1D1. Windows color (decimal): -4395158 or 7008188. OLE color: 7008188.

HSL color Cylindrical-coordinate representation of color #BCEF6A: hue angle of 83.01º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCEF6A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB188239106-
CMYK0.2100.560.06
HSL83.01º80.61%67.65%-
HSV(B)83.01º55.65%93.73%-
XYZ54.2173.4624.96-
YUV208.5970.1113.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=35.27%
G=44.84%
B=19.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391060.2100.560.0683.0180.6167.65
HexBCEF6A150386535144
Octal274357152250706123121104
Binary10111100111011111101010101010111000110101001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF6A; }

 p { color: rgb(188,239,106); }

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

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

 a { background-color: rgb(188,239,106); }

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

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

 span { border-color: rgb(188,239,106); }

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