#BCEF8F

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

Shades of Sulu #BCEF8F

Tints of Sulu #BCEF8F

Color information

#BCEF8F (or 0xBCEF8F) is unknown color: approx Sulu. HEX triplet: BC, EF and 8F. RGB value is (188,239,143). Sum of RGB (Red+Green+Blue) = 188+239+143=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF8F is #431070. Grayscale: #D5D5D5. Windows color (decimal): -4395121 or 9433020. OLE color: 9433020.

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

Color convert

RGB188239143-
CMYK0.2100.400.06
HSL91.88º75%74.9%-
HSV(B)91.88º40.17%93.73%-
XYZ56.5674.4137.37-
YUV212.8188.6110.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 143 (56.25% from 255) = 25.09%
R=32.98%
G=41.93%
B=25.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391430.2100.400.0691.887574.9
HexBCEF8F1502865c4b4b
Octal274357217250506134113113
Binary101111001110111110001111101010101000110101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF8F; }

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

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

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

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

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

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

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

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